aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2023-01-12 23:15:38 +0100
committerGitHub <noreply@github.com>2023-01-12 23:15:38 +0100
commite70abc57b6885e97dff54b89e752ab6df949bd67 (patch)
tree29545279e707b5642970efb7db95daf4e274b307 /src/utils
parenta8678db78c63d1981274f452045ccabe4cf6079d (diff)
downloadVencord-e70abc57b6885e97dff54b89e752ab6df949bd67.tar.gz
Vencord-e70abc57b6885e97dff54b89e752ab6df949bd67.tar.bz2
Vencord-e70abc57b6885e97dff54b89e752ab6df949bd67.zip
Update Windows Update patcher (#404)
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/IpcEvents.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/IpcEvents.ts b/src/utils/IpcEvents.ts
index 345146b..e97e41b 100644
--- a/src/utils/IpcEvents.ts
+++ b/src/utils/IpcEvents.ts
@@ -43,7 +43,6 @@ export default strEnum({
GET_HASHES: "VencordGetHashes",
UPDATE: "VencordUpdate",
BUILD: "VencordBuild",
- GET_DESKTOP_CAPTURE_SOURCES: "VencordGetDesktopCaptureSources",
OPEN_MONACO_EDITOR: "VencordOpenMonacoEditor",
DOWNLOAD_VENCORD_CSS: "VencordDownloadVencordCss"
} as const);