chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / ve / vesktop / use_system_vencord.patch
blob99ac643ef6539b937bb5911b98c401068437f0ee
1 diff --git a/src/main/constants.ts b/src/main/constants.ts
2 index 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@";
12 export const USER_AGENT = `Vesktop/${app.getVersion()} (https://github.com/Vencord/Vesktop)`;