From 5d71c82c0d1feff0ca1acf71e0b6748fa16290a8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 4 Apr 2022 13:42:41 -0400 Subject: [PATCH] don't open help window by default --- src/math_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,