Launch args from settings

This commit is contained in:
Thoronium
2023-09-16 19:41:18 -06:00
parent d849ea32c9
commit a1571ad800
4 changed files with 35 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ let defaultConfig: Configuration
auto_mongodb: false,
un_elevated: false,
redirect_more: false,
launch_args: '',
// Linux stuff
grasscutter_elevation: 'None',
@@ -62,6 +63,7 @@ export interface Configuration {
auto_mongodb: boolean
un_elevated: boolean
redirect_more: boolean
launch_args: string
// Linux stuff
grasscutter_elevation: string