this should be false

This commit is contained in:
Core 2022-02-06 07:15:56 +00:00
parent 8f5a123412
commit 4651b79106
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -6,7 +6,7 @@ export class Store {
private defaults: any = { private defaults: any = {
"general": { "general": {
"close_button_hide": true, "close_button_hide": false,
"open_on_startup": false, "open_on_startup": false,
"discord_rpc": 1, // 0 = disabled, 1 = enabled as Cider, 2 = enabled as Apple Music "discord_rpc": 1, // 0 = disabled, 1 = enabled as Cider, 2 = enabled as Apple Music
"discord_rpc_clear_on_pause": true, "discord_rpc_clear_on_pause": true,