namespace name change
This commit is contained in:
parent
ccd64d35f7
commit
0f5818432c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ enum Message {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn namespace() -> String {
|
fn namespace() -> String {
|
||||||
String::from("Counter - Iced")
|
String::from("Iced qalc claculator")
|
||||||
}
|
}
|
||||||
|
|
||||||
fn subscription(_: &State) -> iced::Subscription<Message> {
|
fn subscription(_: &State) -> iced::Subscription<Message> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue