.
This commit is contained in:
+3
-3
@@ -18,10 +18,10 @@ fn main() -> color_eyre::Result<()> {
|
||||
.init();
|
||||
color_eyre::install()?;
|
||||
|
||||
let application = iced::daemon(Publisher::new, Publisher::update, Publisher::view)
|
||||
iced::daemon(Publisher::new, Publisher::update, Publisher::view)
|
||||
.title(Publisher::title)
|
||||
.subscription(Publisher::subscription);
|
||||
.subscription(Publisher::subscription)
|
||||
.run()?;
|
||||
|
||||
application.run()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user