chore(vesktop): update settings.json
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m6s

This commit is contained in:
Price Hiller 2024-09-05 09:16:12 -05:00
parent 09774f74a3
commit 81296b3234
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,5 +1,5 @@
{ {
"autoUpdate": true, "autoUpdate": false,
"autoUpdateNotification": true, "autoUpdateNotification": true,
"useQuickCss": true, "useQuickCss": true,
"themeLinks": [ "themeLinks": [
@ -294,7 +294,8 @@
"ignoreSelf": true, "ignoreSelf": true,
"ignoreUsers": "", "ignoreUsers": "",
"ignoreChannels": "", "ignoreChannels": "",
"ignoreGuilds": "" "ignoreGuilds": "",
"collapseDeleted": false
}, },
"MessageTags": { "MessageTags": {
"enabled": false "enabled": false
@ -687,6 +688,24 @@
}, },
"AlwaysExpandRoles": { "AlwaysExpandRoles": {
"enabled": false "enabled": false
},
"CopyFileContents": {
"enabled": false
},
"ConsoleJanitor": {
"enabled": false
},
"MentionAvatars": {
"enabled": false
},
"NoMaskedUrlPaste": {
"enabled": false
},
"StickerPaste": {
"enabled": false
},
"VolumeBooster": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -699,6 +718,6 @@
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1724963182847 "settingsSyncVersion": 1725245324233
} }
} }