mirror of https://github.com/laurent22/joplin.git
Desktop: Better icon for about window (#2150)
parent
1607a57fb7
commit
a7f3a70ba4
|
@ -617,7 +617,7 @@ class Application extends BaseApplication {
|
||||||
console.info(gitInfo);
|
console.info(gitInfo);
|
||||||
}
|
}
|
||||||
bridge().showInfoMessageBox(message.join('\n'), {
|
bridge().showInfoMessageBox(message.join('\n'), {
|
||||||
icon: `${bridge().electronApp().buildDir()}/icons/32x32.png`,
|
icon: `${bridge().electronApp().buildDir()}/icons/128x128.png`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue