mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 15:37:21 +08:00
🐛 Fix: right-click menu upload fails with PicGo open
ISSUES CLOSED: #415
This commit is contained in:
+1
-2
@@ -65,8 +65,6 @@ if (!gotTheLock) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
|
||||||
|
|
||||||
if (process.platform === 'win32') {
|
if (process.platform === 'win32') {
|
||||||
app.setAppUserModelId('com.molunerfinn.picgo')
|
app.setAppUserModelId('com.molunerfinn.picgo')
|
||||||
}
|
}
|
||||||
@@ -136,6 +134,7 @@ app.on('will-quit', () => {
|
|||||||
app.setLoginItemSettings({
|
app.setLoginItemSettings({
|
||||||
openAtLogin: db.get('settings.autoStart') || false
|
openAtLogin: db.get('settings.autoStart') || false
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// Exit cleanly on request from parent process in development mode.
|
// Exit cleanly on request from parent process in development mode.
|
||||||
if (isDevelopment) {
|
if (isDevelopment) {
|
||||||
|
|||||||
Reference in New Issue
Block a user