🔧 chore(vesktop): update settings

This commit is contained in:
Sergio Laín 2024-04-30 00:30:50 +02:00
parent 1fd9cc49f9
commit 2665f79fbe
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 6 additions and 5 deletions

View file

@ -4,5 +4,6 @@
"arRPC": "on", "arRPC": "on",
"splashColor": "rgb(202, 211, 245)", "splashColor": "rgb(202, 211, 245)",
"splashBackground": "rgb(36, 39, 58)", "splashBackground": "rgb(36, 39, 58)",
"enableMenu": false "enableMenu": false,
"disableMinSize": true
} }

View file

@ -394,9 +394,6 @@
"ShowMeYourName": { "ShowMeYourName": {
"enabled": false "enabled": false
}, },
"ShowTimeouts": {
"enabled": false
},
"SilentMessageToggle": { "SilentMessageToggle": {
"enabled": false "enabled": false
}, },
@ -509,6 +506,9 @@
"guild": true, "guild": true,
"everyone": true, "everyone": true,
"role": true "role": true
},
"ShowHiddenThings": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -521,6 +521,6 @@
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1708114548080 "settingsSyncVersion": 1713951071849
} }
} }