Skip to content

Commit

Permalink
Remove unused quit function from preload script for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 6, 2025
1 parent 1bfcf5e commit 4139bc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions electron/preload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ contextBridge.exposeInMainWorld("heynote", {
})
},

quit() {
console.log("quitting")
//ipcRenderer.invoke("app_quit")
},

onWindowClose(callback) {
Expand Down

0 comments on commit 4139bc9

Please sign in to comment.