🐛 Fix: right-click menu upload fails with PicGo open

ISSUES CLOSED: #415
This commit is contained in:
Molunerfinn
2020-04-11 11:05:58 +08:00
parent 3df2253ae9
commit 96cdfea497
+1 -2
View File
@@ -65,8 +65,6 @@ if (!gotTheLock) {
}
}
})
}
if (process.platform === 'win32') {
app.setAppUserModelId('com.molunerfinn.picgo')
}
@@ -136,6 +134,7 @@ app.on('will-quit', () => {
app.setLoginItemSettings({
openAtLogin: db.get('settings.autoStart') || false
})
}
// Exit cleanly on request from parent process in development mode.
if (isDevelopment) {