Skip to content

Commit

Permalink
fix(Windows): Fix multiple system tray icons when opening/closing Franz
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Oct 24, 2017
1 parent 6e1447c commit 5b9b0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/Tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default class TrayIcon {
}

show() {
if (this.trayIcon) return;

this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
const trayMenuTemplate = [
{
Expand Down

0 comments on commit 5b9b0c7

Please sign in to comment.