Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix: proxy lifecycle on macOS (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed May 26, 2020
1 parent d45c788 commit 47021db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/main.js
Expand Up @@ -114,6 +114,6 @@ app.on("activate", () => {
// On macOS it's common to re-create a window in the app when the
// dock icon is clicked and there are no other windows open.
if (mainWindow === null) {
startApp();
createWindow();
}
});

0 comments on commit 47021db

Please sign in to comment.