Skip to content

Commit

Permalink
Set appUserModelId earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
oonqt committed May 27, 2021
1 parent 97d3c3e commit a23a342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ const startApp = () => {
mainWindow.setMenu(null);
}

app.setAppUserModelId(name);

if (db.data().isConfigured) {
app.setAppUserModelId(name);
startPresenceUpdater();
moveToTray();
} else {
Expand Down

0 comments on commit a23a342

Please sign in to comment.