diff options
Diffstat (limited to 'src/utils/IpcEvents.ts')
-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); |