Fix launch args setting

This commit is contained in:
Thoronium
2023-09-24 02:19:14 -06:00
parent 6d53f344ac
commit 5db28756d2
2 changed files with 15 additions and 4 deletions

View File

@@ -28,6 +28,8 @@ pub struct Configuration {
pub auto_mongodb: Option<bool>,
pub un_elevated: Option<bool>,
pub redirect_more: Option<bool>,
pub launch_args: Option<String>,
pub offline_mode: Option<bool>,
}
pub fn config_path() -> PathBuf {