diff options
| author | V <vendicated@riseup.net> | 2023-06-29 16:06:21 +0200 |
|---|---|---|
| committer | V <vendicated@riseup.net> | 2023-06-29 16:15:07 +0200 |
| commit | 73354973a37a03fffa5acacd49c9251008efbba8 (patch) | |
| tree | 7ad74dff97a838aa12069d15f055c334567e8037 /src/utils | |
| parent | e12c0e546c9042bebc31431b3b870d3c036d744d (diff) | |
| download | Vencord-73354973a37a03fffa5acacd49c9251008efbba8.tar.gz Vencord-73354973a37a03fffa5acacd49c9251008efbba8.tar.bz2 Vencord-73354973a37a03fffa5acacd49c9251008efbba8.zip | |
OpenInApp: Support steam; integrate with SpotifyControls & ShowConnections
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/IpcEvents.ts | 2 |
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", } |
