1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Desktop: Better icon for about window (#2150)

This commit is contained in:
Helmut K. C. Tessarek 2019-12-05 04:44:16 -05:00 committed by Laurent Cozic
parent 1607a57fb7
commit a7f3a70ba4

View File

@ -617,7 +617,7 @@ class Application extends BaseApplication {
console.info(gitInfo);
}
bridge().showInfoMessageBox(message.join('\n'), {
icon: `${bridge().electronApp().buildDir()}/icons/32x32.png`,
icon: `${bridge().electronApp().buildDir()}/icons/128x128.png`,
});
}