From 73354973a37a03fffa5acacd49c9251008efbba8 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 29 Jun 2023 16:06:21 +0200 Subject: OpenInApp: Support steam; integrate with SpotifyControls & ShowConnections --- src/utils/IpcEvents.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') 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", } -- cgit