[feature] Added admin launch information modal

This commit is contained in:
MathieuG-P
2024-01-24 23:07:49 +01:00
parent 16b9ca79f2
commit 63d35f678d
13 changed files with 151 additions and 14 deletions
@@ -5,5 +5,6 @@ export interface LaunchOption {
oculus?: boolean,
desktop?: boolean,
debug?: boolean,
additionalArgs?: string[]
additionalArgs?: string[],
admin?: boolean,
}