mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-08-28 19:47:17 +08:00
🐛 Fix: fix some bugs
This commit is contained in:
@@ -158,6 +158,9 @@ class LifeCycle {
|
||||
if (startMode !== 'no-tray' && process.platform === 'darwin') {
|
||||
createTray()
|
||||
}
|
||||
if (process.platform === 'win32' || process.platform === 'linux') {
|
||||
createTray()
|
||||
}
|
||||
db.set('needReload', false)
|
||||
const isHideDock = db.get('settings.isHideDock') || false
|
||||
if (isHideDock) {
|
||||
|
||||
Reference in New Issue
Block a user