Skip to content

Commit

Permalink
πŸ‘ Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed May 9, 2019
1 parent dba684b commit 94a0951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ app.on('ready', () => {
appWindow.webContents.goBack();
});

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

0 comments on commit 94a0951

Please sign in to comment.