Skip to content

Commit

Permalink
remove api
Browse files Browse the repository at this point in the history
  • Loading branch information
clockley committed Dec 12, 2024
1 parent d3ed6ea commit ac2c139
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -700,11 +700,6 @@ app.once('browser-window-created', async () => {
win.maximize();
}
});

ipcMain.on('close-window', () => {
win.close();
});

});

app.on('window-all-closed', () => {
Expand Down

0 comments on commit ac2c139

Please sign in to comment.