Skip to content

Commit

Permalink
fix: jan app tray blocks app update (janhq#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Mar 12, 2024
1 parent de433bb commit ad7e483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/managers/tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class TrayManager {
{ label: 'Quit', type: 'normal', click: () => app.quit() },
])
tray.setContextMenu(contextMenu)
this.currentTray = tray
}

destroyCurrentTray() {
Expand Down

0 comments on commit ad7e483

Please sign in to comment.