added quit to main menu, added refresh playlists
This commit is contained in:
parent
2a63c89679
commit
b94dd5fb19
5 changed files with 23 additions and 0 deletions
|
@ -21,6 +21,7 @@ export class Store {
|
|||
"state_format": "by {artist}",
|
||||
"details_format": "{title}",
|
||||
},
|
||||
"refreshInterval": 120000,
|
||||
"language": "en_US", // electron.app.getLocale().replace('-', '_') this can be used in future
|
||||
"playbackNotifications": true,
|
||||
"resumeOnStartupBehavior": "local",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue