Changes close button behavior to close button should hide - LOCALE CHANE NOTED IN README

This commit is contained in:
Core 2022-01-30 16:15:35 +00:00
parent c393436c25
commit 0ab0bd7b77
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
4 changed files with 16 additions and 19 deletions

View file

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