Init renderer, expose settings via ipc, init canary/ptb support

This commit is contained in:
Vendicated
2023-04-04 04:40:03 +02:00
parent 18a77d45b8
commit 79d73e23c0
8 changed files with 82 additions and 22 deletions

View File

@@ -1,2 +1,6 @@
export const GET_PRELOAD_FILE = "VCD_GET_PRELOAD_FILE";
export const GET_VENCORD_PRELOAD_FILE = "VCD_GET_VC_PRELOAD_FILE";
export const GET_RENDERER_SCRIPT = "VCD_GET_RENDERER_SCRIPT";
export const RELAUNCH = "VCD_RELAUNCH";
export const SHOW_IN_FOLDER = "VCD_SHOW_IN_FOLDER";
export const GET_SETTINGS = "VCD_GET_SETTINGS";
export const SET_SETTINGS = "VCD_SET_SETTINGS";