Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Jun 12, 2024
1 parent 0589df9 commit baf253c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,6 @@ const buildMenu = ():Menu => {
return menu
}

/* Close tray and windows on exit */
app.on('before-quit', () => {
bufferWin?.destroy()
settingsWin?.destroy()
inputWin?.destroy()
jobMgrWin?.destroy()
appTray?.destroy()
})

/* Make sure app doesn't quit when no windows are open */
app.on('window-all-closed', () => {})

Expand Down

0 comments on commit baf253c

Please sign in to comment.