- fixed autostart check on startup
- macOS dark mode fix by disrupted
This commit is contained in:
Marvin
2020-05-19 14:24:13 +02:00
parent 94097f7646
commit eb67f06434
2 changed files with 2 additions and 1 deletions

1
app.js
View File

@@ -260,6 +260,7 @@ const setWindowFocusTimer = () => {
};
app.on('ready', () => {
checkAutoStart();
useAutoUpdater();
createTray();
createMainWindow(!store.has('instance'));