From 94a0951b175a38d5dfa1bd143ae20b1a62849129 Mon Sep 17 00:00:00 2001 From: Ender Date: Thu, 9 May 2019 21:28:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=20Fixed=20a=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 57d01e3052..1d38bc75d0 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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' },