use same title name in both native and web implementations
This commit is contained in:
parent
10b0498a1e
commit
08623f411c
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user