diff options
| author | V <vendicated@riseup.net> | 2023-06-30 15:16:42 +0200 |
|---|---|---|
| committer | V <vendicated@riseup.net> | 2023-06-30 15:16:42 +0200 |
| commit | b592defaaf5f92c942b6c2dc3f39c4761a823ca3 (patch) | |
| tree | 93e506bf122dee672d2ffe2646c201dae81c464d /src/main | |
| parent | 73354973a37a03fffa5acacd49c9251008efbba8 (diff) | |
| download | Vencord-b592defaaf5f92c942b6c2dc3f39c4761a823ca3.tar.gz Vencord-b592defaaf5f92c942b6c2dc3f39c4761a823ca3.tar.bz2 Vencord-b592defaaf5f92c942b6c2dc3f39c4761a823ca3.zip | |
OpenInApp: Add Epic Games; properly respect settings
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/utils/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/utils/constants.ts b/src/main/utils/constants.ts index cc9f459..8ebf7f4 100644 --- a/src/main/utils/constants.ts +++ b/src/main/utils/constants.ts @@ -31,7 +31,8 @@ export const ALLOWED_PROTOCOLS = [ "https:", "http:", "steam:", - "spotify:" + "spotify:", + "com.epicgames.launcher:", ]; export const IS_VANILLA = /* @__PURE__ */ process.argv.includes("--vanilla"); |
