Make title consistent in counter example
This commit is contained in:
parent
3124450aff
commit
63fc539a25
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ impl Sandbox for Counter {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn title(&self) -> String {
|
fn title(&self) -> String {
|
||||||
String::from("A simple counter")
|
String::from("Counter - Iced")
|
||||||
}
|
}
|
||||||
|
|
||||||
fn update(&mut self, message: Message) {
|
fn update(&mut self, message: Message) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue