add comment

This commit is contained in:
Simon Gardling 2022-04-04 12:54:37 -04:00
parent 516150f9c5
commit 885657bcb1

View File

@ -675,7 +675,7 @@ impl epi::App for MathApp {
}); });
}); });
// Window with information about the build and current commit // Welcome window
Window::new("Welcome!") Window::new("Welcome!")
.default_pos(center_pos) .default_pos(center_pos)
.open(&mut self.opened.welcome) .open(&mut self.opened.welcome)