From 08623f411cd0583ff44b3853e81d75f184872762 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 24 Feb 2022 09:16:52 -0500 Subject: [PATCH] use same title name in both native and web implementations --- src/egui_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index 06b12da..c295817 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -30,7 +30,7 @@ impl Default for MathApp { } impl epi::App for MathApp { - fn name(&self) -> &str { "Integral Demo" } + fn name(&self) -> &str { "Integral Demonstration" } /// Called once before the first frame. fn setup(