aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>2020-04-26 16:13:37 +0530
committerLibravatar GitHub <noreply@github.com>2020-04-26 10:43:37 +0000
commit26a36af65f340f72e2d485536a0e0bdc11b94336 (patch)
tree22fba39c8dfb07067e48fac707c6eb2eb3aa3f34 /src
parentEnhance Travis CI/AppVeyor configuration (#641) (diff)
downloadferdium-app-26a36af65f340f72e2d485536a0e0bdc11b94336.tar.gz
ferdium-app-26a36af65f340f72e2d485536a0e0bdc11b94336.tar.zst
ferdium-app-26a36af65f340f72e2d485536a0e0bdc11b94336.zip
Fix system tray icon tooltip text (#648)
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) => {