diff options
author | Ven <vendicated@riseup.net> | 2023-01-12 23:15:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 23:15:38 +0100 |
commit | e70abc57b6885e97dff54b89e752ab6df949bd67 (patch) | |
tree | 29545279e707b5642970efb7db95daf4e274b307 /src/utils | |
parent | a8678db78c63d1981274f452045ccabe4cf6079d (diff) | |
download | Vencord-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.ts | 1 |
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); |