settings: add buttons to open chrome://gpu & webrtc-internals

This commit is contained in:
Vendicated
2025-01-24 01:09:25 +01:00
parent 53913c07bf
commit 030ffca499
6 changed files with 70 additions and 8 deletions

View File

@@ -50,5 +50,8 @@ export const enum IpcEvents {
ARRPC_ACTIVITY = "VCD_ARRPC_ACTIVITY",
CLIPBOARD_COPY_IMAGE = "VCD_CLIPBOARD_COPY_IMAGE"
CLIPBOARD_COPY_IMAGE = "VCD_CLIPBOARD_COPY_IMAGE",
DEBUG_LAUNCH_GPU = "VCD_DEBUG_LAUNCH_GPU",
DEBUG_LAUNCH_WEBRTC_INTERNALS = "VCD_DEBUG_LAUNCH_WEBRTC"
}