summaryrefslogtreecommitdiff
path: root/src/types/project.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/project.rs')
-rw-r--r--src/types/project.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/project.rs b/src/types/project.rs
index 50cbb69..145ab18 100644
--- a/src/types/project.rs
+++ b/src/types/project.rs
@@ -103,7 +103,7 @@ use iced::{{widget::{{{imports}}},Element}};
{theme_imports}
fn main() -> iced::Result {{
- iced::application("{}", State::update, State::view).theme(State::theme).run()
+ iced::application(State::default, State::update, State::view).title("{}").theme(State::theme).run()
}}
#[derive(Default)]