Fix DiscordNative.desktopCapture.getDesktopCaptureSources() in electron17+
This commit is contained in:
parent
be94dbbc6c
commit
cac77dce40
3 changed files with 22 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue