[connect] theme still not working, but app no crash on startup

This commit is contained in:
child_duckling 2022-04-21 22:04:34 -07:00
parent 186e6986ef
commit 1eb70568af
3 changed files with 13 additions and 4 deletions

View file

@ -155,7 +155,10 @@ export class Store {
"AudioContext": false,
"experiments": [],
"playlistTrackMapping": true
}
},
"connectUser": {
"auth": null,
},
}
private migrations: any = {
'>=1.4.3': (store: ElectronStore) => {