new sync version vesktop
This commit is contained in:
@@ -6,7 +6,9 @@ lib.mkIf (host != "NxACE")
|
|||||||
vesktop
|
vesktop
|
||||||
];
|
];
|
||||||
|
|
||||||
file.".config/vesktop/settings/settings.json".text = /* json */ ''{
|
file.".config/vesktop/settings/settings.json".text = let
|
||||||
|
settingsSyncVersion = "1729179678715";
|
||||||
|
in /* json */ ''{
|
||||||
"notifyAboutUpdates": true,
|
"notifyAboutUpdates": true,
|
||||||
"autoUpdate": false,
|
"autoUpdate": false,
|
||||||
"autoUpdateNotification": true,
|
"autoUpdateNotification": true,
|
||||||
@@ -188,7 +190,7 @@ lib.mkIf (host != "NxACE")
|
|||||||
"authenticated": false,
|
"authenticated": false,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": false,
|
"settingsSync": false,
|
||||||
"settingsSyncVersion": 1725386648445
|
"settingsSyncVersion": ${settingsSyncVersion}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user