aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/Tray.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Tray.js b/src/lib/Tray.js
index 8928c97bc..d6d49b0c8 100644
--- a/src/lib/Tray.js
+++ b/src/lib/Tray.js
@@ -55,6 +55,8 @@ export default class TrayIcon {
55 55
56 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN)); 56 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
57 57
58 this.trayIcon.setToolTip('Ferdi');
59
58 this.trayMenu = Menu.buildFromTemplate(this.trayMenuTemplate); 60 this.trayMenu = Menu.buildFromTemplate(this.trayMenuTemplate);
59 61
60 ipcMain.on('initialAppSettings', (event, appSettings) => { 62 ipcMain.on('initialAppSettings', (event, appSettings) => {