diff --git a/src/math_app.rs b/src/math_app.rs index 354fcb0..199131d 100644 --- a/src/math_app.rs +++ b/src/math_app.rs @@ -286,7 +286,7 @@ struct Opened { impl Default for Opened { fn default() -> Opened { Self { - help: true, + help: false, info: false, side_panel: true, welcome: true,