fix random logouts (Discord shitcode moment)

This commit is contained in:
Vendicated
2025-06-10 17:16:26 +02:00
parent a2dade9140
commit f98309c7b7
5 changed files with 61 additions and 21 deletions

View File

@@ -56,7 +56,10 @@ export const enum IpcEvents {
DEBUG_LAUNCH_GPU = "VCD_DEBUG_LAUNCH_GPU",
DEBUG_LAUNCH_WEBRTC_INTERNALS = "VCD_DEBUG_LAUNCH_WEBRTC",
IPC_COMMAND = "VCD_IPC_COMMAND"
IPC_COMMAND = "VCD_IPC_COMMAND",
DEVTOOLS_OPENED = "VCD_DEVTOOLS_OPENED",
DEVTOOLS_CLOSED = "VCD_DEVTOOLS_CLOSED"
}
export const enum IpcCommands {