Make title consistent in counter
example
This commit is contained in:
parent
3124450aff
commit
63fc539a25
@ -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…
Reference in New Issue
Block a user