diff --git a/src/star_rail/config/schema/game/mod.rs b/src/star_rail/config/schema/game/mod.rs index b30f8e6..d3de8ad 100644 --- a/src/star_rail/config/schema/game/mod.rs +++ b/src/star_rail/config/schema/game/mod.rs @@ -36,8 +36,6 @@ pub struct Game { impl Default for Game { #[inline] fn default() -> Self { - let launcher_dir = launcher_dir().expect("Failed to get launcher dir"); - Self { path: Paths::default(), wine: Wine::default(),