Skip to content

Commit

Permalink
fix: open at login option is not displayed correctly on first launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Mar 1, 2021
1 parent 5d5aeb9 commit f23c963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const setupTrayIcon = () => {
}
);
app.setLoginItemSettings({ openAtLogin: true });
launchOptions.launchMinimized = true;
launchOptions.openAtLogin = true;
launchOptions.launchMinimized = false;
launchOptions.minimizeOnClose = true;
setContextMenu();
Expand Down

0 comments on commit f23c963

Please sign in to comment.