[feat/663] moved to advanced settings section + finalisations

This commit is contained in:
LiamillionSS
2024-11-23 08:14:52 +11:00
parent 4f42b3ffcf
commit ef72ba642a
19 changed files with 100 additions and 37 deletions
@@ -23,6 +23,7 @@ export enum BSLaunchError{
export enum BSLaunchEvent{
STEAM_LAUNCHING = "STEAM_LAUNCHING",
STEAM_LAUNCHED = "STEAM_LAUNCHED",
SKIPPING_STEAM_LAUNCH = "SKIPPING_STEAM_LAUNCH",
BS_LAUNCHING = "BS_LAUNCHING",
}
@@ -7,4 +7,5 @@ export interface LaunchOption {
debug?: boolean,
additionalArgs?: string[],
admin?: boolean,
skipVR?: boolean
}