diff --git a/src/settings.rs b/src/settings.rs index 52f85f3..cc936db 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -1,14 +1,12 @@ #[derive(asr::Settings, Clone)] pub struct Settings { - //#[default = false] + #[default = true] + /// Load Removal + pub load_removal: bool, /// Automatic Start on character select pub start: bool, - /// Automatic Start on New Game pub new_start: bool, - - /// Load Removal - pub load_removal: bool, /// Start Prehistory pub start_prehistory: bool, /// Start Distant Future