From 885657bcb13d6e9be56d38e0368decb78bbac3df Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 4 Apr 2022 12:54:37 -0400 Subject: [PATCH] add comment --- 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 c0c1bae..f253aa1 100644 --- a/src/math_app.rs +++ b/src/math_app.rs @@ -675,7 +675,7 @@ impl epi::App for MathApp { }); }); - // Window with information about the build and current commit + // Welcome window Window::new("Welcome!") .default_pos(center_pos) .open(&mut self.opened.welcome)