There was an error while loading. Please reload this page.
1 parent 6e1447c commit 5b9b0c7Copy full SHA for 5b9b0c7
1 file changed
src/lib/Tray.js
@@ -14,6 +14,8 @@ export default class TrayIcon {
14
}
15
16
show() {
17
+ if (this.trayIcon) return;
18
+
19
this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
20
const trayMenuTemplate = [
21
{
0 commit comments