Skip to content

Commit

Permalink
Quick bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxip committed Aug 25, 2024
1 parent cda26e1 commit a1a9c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/electron/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class Electron {
app.on('window-all-closed', () => {
if (process.platform !== 'darwin') app.quit()
})
app.on('before-quit', () => this.messageWindow('close'))

return this
}
Expand Down

0 comments on commit a1a9c2e

Please sign in to comment.