Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/main/constants.ts b/src/main/constants.ts
2index 40d91a5..7b46bbf 100644
3--- a/src/main/constants.ts
4+++ b/src/main/constants.ts
5@@ -49,7 +49,7 @@ export const VENCORD_THEMES_DIR = join(DATA_DIR, "themes");
6 // as otherwise "DATA_DIR" (which is used by ./settings) will be uninitialised
7 export const VENCORD_FILES_DIR =
8 (require("./settings") as typeof import("./settings")).State.store.vencordDir ||
9- join(SESSION_DATA_DIR, "vencordFiles");
10+ "@vencord@";
11
12 export const USER_AGENT = `Vesktop/${app.getVersion()} (https://github.com/Vencord/Vesktop)`;
13