Skip to content

Commit

Permalink
Possible fix for issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontesque authored Nov 7, 2022
1 parent c0e4979 commit f262ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { app } from 'electron'
app.on('window-all-closed', function () {
// On macOS it is common for applications and their menu bar
// to stay active until the user quits explicitly with Cmd + Q
if (process.platform !== 'darwin') app.quit();
//if (process.platform !== 'darwin') app.quit();


//--- Kill the ADB server ---//
Expand Down

0 comments on commit f262ca1

Please sign in to comment.