Skip to content

Commit 94a0951

Browse files
committed
👍 Fixed a typo
1 parent dba684b commit 94a0951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ app.on('ready', () => {
9696
appWindow.webContents.goBack();
9797
});
9898

99-
tray = new Tray(resolve(app.getAppPath(), 'static/app-icons/logo.png'))
99+
tray = new Tray(resolve(app.getAppPath(), 'static/app-icons/icon.png'))
100100
const contextMenu = Menu.buildFromTemplate([
101101
{ label: `Dot ${app.getVersion()}`, type: 'normal', enabled: false, icon: resolve(app.getAppPath(), 'static/app-icons/tray-icon.png') },
102102
{ type: 'separator' },

0 commit comments

Comments
 (0)