Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 2bda9f3

Browse files
committed
cleanup
1 parent eec44f7 commit 2bda9f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ app.on('before-quit', (e) => {
256256
e.preventDefault(); // halts electron's full quitting action
257257
mainWindow?.close(); // close the main window
258258
if (process.platform === 'darwin' && app.dock) {
259-
mainWindow?.close(); // close the main window
260259
app.dock.hide(); // app appears "quitted" in the dock
261260
}
262261
}

0 commit comments

Comments
 (0)