vesktop: disable settings sync

This commit is contained in:
timoxa0 2024-12-02 12:11:42 +05:00
parent e731b7399b
commit 1e323bc5b5
2 changed files with 5 additions and 5 deletions

View file

@ -2,6 +2,6 @@
"discordBranch": "stable",
"minimizeToTray": true,
"arRPC": true,
"splashColor": "rgb(205, 214, 244)",
"splashBackground": "rgb(30, 30, 46)"
"splashColor": "oklab(0.89908 -0.00192907 -0.0048306)",
"splashBackground": "oklab(0.321044 -0.000249296 -0.00927344)"
}

View file

@ -607,9 +607,9 @@
"logLimit": 50
},
"cloud": {
"authenticated": true,
"authenticated": false,
"url": "https://api.vencord.dev/",
"settingsSync": true,
"settingsSyncVersion": 1732184345362
"settingsSync": false,
"settingsSyncVersion": 1732949151005
}
}