Skip to content

Commit 5b9b0c7

Browse files
committed
fix(Windows): Fix multiple system tray icons when opening/closing Franz
1 parent 6e1447c commit 5b9b0c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/Tray.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export default class TrayIcon {
1414
}
1515

1616
show() {
17+
if (this.trayIcon) return;
18+
1719
this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
1820
const trayMenuTemplate = [
1921
{

0 commit comments

Comments
 (0)