We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3cae3 commit c2f1d0aCopy full SHA for c2f1d0a
packages/gui/extra/icons/512x512-2.png
24 KB
packages/gui/src/background.js
@@ -410,7 +410,7 @@ function registerShowHideShortcut (showHideShortcut) {
410
function initApp () {
411
if (isMac) {
412
app.whenReady().then(() => {
413
- app.dock.setIcon(path.join(__dirname, '../extra/icons/512x512.png'))
+ app.dock.setIcon(path.join(__dirname, '../extra/icons/512x512-2.png'))
414
})
415
}
416
0 commit comments