aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Tray.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Tray.js')
-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 ca6131c0c..67150971e 100644
--- a/src/lib/Tray.js
+++ b/src/lib/Tray.js
@@ -14,6 +14,8 @@ export default class TrayIcon {
14 } 14 }
15 15
16 show() { 16 show() {
17 if (this.trayIcon) return;
18
17 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN)); 19 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
18 const trayMenuTemplate = [ 20 const trayMenuTemplate = [
19 { 21 {