Desktop: Better icon for about window (#2150)

pull/2163/head
Helmut K. C. Tessarek 2019-12-05 04:44:16 -05:00 committed by Laurent Cozic
parent 1607a57fb7
commit a7f3a70ba4
1 changed files with 1 additions and 1 deletions

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`,
});
}