arrpc: migrate from websocket + plugin to electron ipc

This commit is contained in:
Vendicated
2023-10-13 04:00:28 +02:00
parent c445c6194f
commit 0d93e08e99
4 changed files with 16 additions and 13 deletions

View File

@@ -40,5 +40,7 @@ export const enum IpcEvents {
AUTOSTART_ENABLED = "VCD_AUTOSTART_ENABLED",
ENABLE_AUTOSTART = "VCD_ENABLE_AUTOSTART",
DISABLE_AUTOSTART = "VCD_DISABLE_AUTOSTART"
DISABLE_AUTOSTART = "VCD_DISABLE_AUTOSTART",
ARRPC_ACTIVITY = "VCD_ARRPC_ACTIVITY"
}