Make title consistent in counter example

This commit is contained in:
Héctor Ramón Jiménez 2020-01-22 11:21:29 +01:00
parent 3124450aff
commit 63fc539a25

View File

@ -25,7 +25,7 @@ impl Sandbox for Counter {
}
fn title(&self) -> String {
String::from("A simple counter")
String::from("Counter - Iced")
}
fn update(&mut self, message: Message) {