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/VencordNative.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/VencordNative.ts') diff --git a/src/VencordNative.ts b/src/VencordNative.ts index 02de74f..a7c16ef 100644 --- a/src/VencordNative.ts +++ b/src/VencordNative.ts @@ -58,4 +58,10 @@ export default { getVersions: () => process.versions as Partial, openExternal: (url: string) => invoke(IpcEvents.OPEN_EXTERNAL, url) }, + + pluginHelpers: { + OpenInApp: { + resolveRedirect: (url: string) => invoke(IpcEvents.OPEN_IN_APP__RESOLVE_REDIRECT, url), + }, + } }; -- cgit