Merge branch 'dev' of github.com:LasyIsLazy/lx-music-desktop into dev
This commit is contained in:
commit
87c0612d46
@ -9,7 +9,10 @@ exports.getAppSetting = () => {
|
||||
let electronStore = new Store()
|
||||
const defaultSetting = {
|
||||
windowSizeId: 1,
|
||||
isShowTray: false,
|
||||
tray: {
|
||||
isShow: false,
|
||||
isToTray: false,
|
||||
},
|
||||
}
|
||||
return Object.assign(defaultSetting, electronStore.get('setting') || {})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user