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:
parent
1607a57fb7
commit
a7f3a70ba4
@ -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`,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user