Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen1234 2024-07-30 21:42:34 -04:00
commit 750dd1cdd6
10 changed files with 184 additions and 125 deletions

View file

@ -40,7 +40,8 @@ export const ALLOWED_PROTOCOLS = [
"steam:",
"spotify:",
"com.epicgames.launcher:",
"tidal:"
"tidal:",
"itunes:",
];
export const IS_VANILLA = /* @__PURE__ */ process.argv.includes("--vanilla");