update vencord
This commit is contained in:
parent
8da805b630
commit
3501095cb0
1 changed files with 56 additions and 9 deletions
|
@ -65,7 +65,8 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"CallTimer": {
|
"CallTimer": {
|
||||||
"enabled": false
|
"enabled": true,
|
||||||
|
"format": "stopwatch"
|
||||||
},
|
},
|
||||||
"ColorSighted": {
|
"ColorSighted": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -109,7 +110,8 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"MessageLinkEmbeds": {
|
"MessageLinkEmbeds": {
|
||||||
"enabled": false
|
"enabled": true,
|
||||||
|
"automodEmbeds": "never"
|
||||||
},
|
},
|
||||||
"MessageLogger": {
|
"MessageLogger": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
@ -143,7 +145,7 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"NoUnblockToJump": {
|
"NoUnblockToJump": {
|
||||||
"enabled": false
|
"enabled": true
|
||||||
},
|
},
|
||||||
"NSFWGateBypass": {
|
"NSFWGateBypass": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -161,7 +163,9 @@
|
||||||
"PronounDB": {
|
"PronounDB": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"showSelf": false,
|
"showSelf": false,
|
||||||
"pronounsFormat": "LOWERCASE"
|
"pronounsFormat": "LOWERCASE",
|
||||||
|
"showInMessages": true,
|
||||||
|
"showInProfile": true
|
||||||
},
|
},
|
||||||
"RevealAllSpoilers": {
|
"RevealAllSpoilers": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -231,7 +235,7 @@
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"VoiceChatDoubleClick": {
|
"VoiceChatDoubleClick": {
|
||||||
"enabled": false
|
"enabled": true
|
||||||
},
|
},
|
||||||
"ViewIcons": {
|
"ViewIcons": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -239,9 +243,6 @@
|
||||||
"VolumeBooster": {
|
"VolumeBooster": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"Webhook Tags": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"WhoReacted": {
|
"WhoReacted": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
@ -344,12 +345,58 @@
|
||||||
},
|
},
|
||||||
"SupportHelper": {
|
"SupportHelper": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"MoreUserTags": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"SettingsStoreAPI": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"BetterFolders": {
|
||||||
|
"enabled": true,
|
||||||
|
"sidebar": false,
|
||||||
|
"sidebarAnim": true,
|
||||||
|
"closeAllFolders": true,
|
||||||
|
"closeAllHomeButton": true,
|
||||||
|
"closeOthers": true,
|
||||||
|
"forceOpen": true
|
||||||
|
},
|
||||||
|
"FakeProfileThemes": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"GameActivityToggle": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"GifPaste": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"ImageZoom": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"RelationshipNotifier": {
|
||||||
|
"enabled": true,
|
||||||
|
"notices": true,
|
||||||
|
"offlineRemovals": true,
|
||||||
|
"friends": true,
|
||||||
|
"friendRequestCancels": true,
|
||||||
|
"servers": true,
|
||||||
|
"groups": true
|
||||||
|
},
|
||||||
|
"SearchReply": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"UserVoiceShow": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"Wikisearch": {
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"timeout": 5000,
|
"timeout": 5000,
|
||||||
"position": "bottom-right",
|
"position": "bottom-right",
|
||||||
"useNative": "not-focused"
|
"useNative": "not-focused",
|
||||||
|
"logLimit": 50
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quickCss": "@import url(\"https://api.fonts.coollabs.io/css2?family=Fira+Sans&display=swap\");\r\n@import url(\"https://api.fonts.coollabs.io/css2?family=Fira+Code&display=swap\");\r\n\r\n:root {\r\n --font-sans: \"Fira Sans\";\r\n --font-code: \"Fira Code\";\r\n}\r\n\r\n/* Font */\r\nbody,\r\ninput,\r\ntextarea {\r\n font-family: var(--font-sans) !important;\r\n --font-display: var(--font-sans);\r\n --font-primary: var(--font-sans);\r\n}\r\n\r\npre {\r\n font-family: var(--font-code) !important;\r\n}\r\n\r\n/* Hide nitro gift button */\r\n[class*=\"buttons-\"] > button[aria-haspopup=\"dialog\"] {\r\n display: none;\r\n}\r\n"
|
"quickCss": "@import url(\"https://api.fonts.coollabs.io/css2?family=Fira+Sans&display=swap\");\r\n@import url(\"https://api.fonts.coollabs.io/css2?family=Fira+Code&display=swap\");\r\n\r\n:root {\r\n --font-sans: \"Fira Sans\";\r\n --font-code: \"Fira Code\";\r\n}\r\n\r\n/* Font */\r\nbody,\r\ninput,\r\ntextarea {\r\n font-family: var(--font-sans) !important;\r\n --font-display: var(--font-sans);\r\n --font-primary: var(--font-sans);\r\n}\r\n\r\npre {\r\n font-family: var(--font-code) !important;\r\n}\r\n\r\n/* Hide nitro gift button */\r\n[class*=\"buttons-\"] > button[aria-haspopup=\"dialog\"] {\r\n display: none;\r\n}\r\n"
|
||||||
|
|
Loading…
Reference in a new issue