aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/IpcEvents.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/IpcEvents.ts b/src/utils/IpcEvents.ts
index 30a68e8..41d40a7 100644
--- a/src/utils/IpcEvents.ts
+++ b/src/utils/IpcEvents.ts
@@ -30,4 +30,6 @@ export const enum IpcEvents {
UPDATE = "VencordUpdate",
BUILD = "VencordBuild",
OPEN_MONACO_EDITOR = "VencordOpenMonacoEditor",
+
+ OPEN_IN_APP__RESOLVE_REDIRECT = "VencordOIAResolveRedirect",
}