namespace name change

This commit is contained in:
maxstrb 2026-02-23 09:15:17 +01:00
parent ccd64d35f7
commit 0f5818432c

View file

@ -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> {