We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a0289 commit 5ae63b8Copy full SHA for 5ae63b8
src/main.rs
@@ -33,7 +33,7 @@ fn main() -> Result<()> {
33
gtk::init().unwrap();
34
35
relm4::set_global_css(include_str!("styles.css"));
36
- let app = RelmApp::new("io.github.fm");
+ let app = RelmApp::new("io.github.fm").with_args(vec![]);
37
app.run::<AppModel>(fs::canonicalize(args.file)?);
38
39
info!("main loop exited");
0 commit comments