diff options
| author | Vendicated <vendicated@riseup.net> | 2022-10-01 17:05:18 +0200 |
|---|---|---|
| committer | Vendicated <vendicated@riseup.net> | 2022-10-01 17:05:18 +0200 |
| commit | cac77dce406be92755519be595cf460e8f758b16 (patch) | |
| tree | 56c38a31c391b76b56e71ab2567442e2dec09198 /src/utils | |
| parent | be94dbbc6c7a26f5cf44408c25ce1072c3c4f675 (diff) | |
| download | Vencord-cac77dce406be92755519be595cf460e8f758b16.tar.gz Vencord-cac77dce406be92755519be595cf460e8f758b16.tar.bz2 Vencord-cac77dce406be92755519be595cf460e8f758b16.zip | |
Fix DiscordNative.desktopCapture.getDesktopCaptureSources() in electron17+
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/IpcEvents.ts | 3 |
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); |
