update vesktop settings
This commit is contained in:
parent
ac26d8f410
commit
22a7b5baaa
1 changed files with 10 additions and 5 deletions
|
@ -68,7 +68,10 @@
|
||||||
"file": true
|
"file": true
|
||||||
},
|
},
|
||||||
"AnonymiseFileNames": {
|
"AnonymiseFileNames": {
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"anonymiseByDefault": true,
|
||||||
|
"method": 0,
|
||||||
|
"randomisedLength": 7
|
||||||
},
|
},
|
||||||
"WebRichPresence (arRPC)": {
|
"WebRichPresence (arRPC)": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -149,7 +152,8 @@
|
||||||
"emojiSize": 48,
|
"emojiSize": 48,
|
||||||
"hyperLinkText": "{{NAME}}",
|
"hyperLinkText": "{{NAME}}",
|
||||||
"useHyperLinks": true,
|
"useHyperLinks": true,
|
||||||
"stickerSize": 160
|
"stickerSize": 160,
|
||||||
|
"disableEmbedPermissionCheck": false
|
||||||
},
|
},
|
||||||
"FakeProfileThemes": {
|
"FakeProfileThemes": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
@ -195,7 +199,7 @@
|
||||||
"size": 100,
|
"size": 100,
|
||||||
"zoom": 2,
|
"zoom": 2,
|
||||||
"nearestNeighbour": false,
|
"nearestNeighbour": false,
|
||||||
"square": false,
|
"square": true,
|
||||||
"saveZoomValues": true,
|
"saveZoomValues": true,
|
||||||
"zoomSpeed": 0.5
|
"zoomSpeed": 0.5
|
||||||
},
|
},
|
||||||
|
@ -400,7 +404,8 @@
|
||||||
"memberList": true,
|
"memberList": true,
|
||||||
"voiceUsers": true,
|
"voiceUsers": true,
|
||||||
"reactorsList": true,
|
"reactorsList": true,
|
||||||
"colorChatMessages": false
|
"colorChatMessages": false,
|
||||||
|
"pollResults": true
|
||||||
},
|
},
|
||||||
"SecretRingToneEnabler": {
|
"SecretRingToneEnabler": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -734,6 +739,6 @@
|
||||||
"authenticated": false,
|
"authenticated": false,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": false,
|
"settingsSync": false,
|
||||||
"settingsSyncVersion": 1731856858102
|
"settingsSyncVersion": 1735789651501
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue