Skip to content

Commit

Permalink
v 0.2.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
drlight17 committed May 5, 2024
1 parent bf70e64 commit b154693
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ if (!gotTheLock) {
});

win_settings.once('ready-to-show', () => {
if (isMac) {
win.show();
app.dock.show();
}
win_settings.show();
settings_opened = true;
getSettings(win_settings);
Expand Down

0 comments on commit b154693

Please sign in to comment.