remove unnecessary text

This commit is contained in:
Simon Gardling 2022-05-17 10:49:32 -04:00
parent 4a3dba109d
commit 7782563915

View File

@ -476,8 +476,6 @@ impl App for MathApp {
.resizable(false)
.collapsible(false)
.show(ctx, |ui| {
ui.heading("Help With...");
ui.collapsing("Supported Expressions", |ui| {
ui.label(&self.text.help_expr);
});