aboutsummaryrefslogtreecommitdiff
path: root/src/utils/IpcEvents.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-01 17:05:18 +0200
committerVendicated <vendicated@riseup.net>2022-10-01 17:05:18 +0200
commitcac77dce406be92755519be595cf460e8f758b16 (patch)
tree56c38a31c391b76b56e71ab2567442e2dec09198 /src/utils/IpcEvents.ts
parentbe94dbbc6c7a26f5cf44408c25ce1072c3c4f675 (diff)
downloadVencord-cac77dce406be92755519be595cf460e8f758b16.tar.gz
Vencord-cac77dce406be92755519be595cf460e8f758b16.tar.bz2
Vencord-cac77dce406be92755519be595cf460e8f758b16.zip
Fix DiscordNative.desktopCapture.getDesktopCaptureSources() in electron17+
Diffstat (limited to 'src/utils/IpcEvents.ts')
-rw-r--r--src/utils/IpcEvents.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/IpcEvents.ts b/src/utils/IpcEvents.ts
index 24e52b9..3ceaa9f 100644
--- a/src/utils/IpcEvents.ts
+++ b/src/utils/IpcEvents.ts
@@ -23,5 +23,6 @@ export default strEnum({
GET_REPO: "VencordGetRepo",
GET_HASHES: "VencordGetHashes",
UPDATE: "VencordUpdate",
- BUILD: "VencordBuild"
+ BUILD: "VencordBuild",
+ GET_DESKTOP_CAPTURE_SOURCES: "VencordGetDesktopCaptureSources"
} as const);