mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-22 05:34:35 +03:00
fix: error when using with swaybar_command
This commit is contained in:
parent
ab8f7ecfc8
commit
f2ee2dfe7a
@ -89,7 +89,9 @@ async fn main() -> Result<()> {
|
||||
}
|
||||
});
|
||||
|
||||
app.run();
|
||||
// Ignore CLI args
|
||||
// Some are provided by swaybar_config but not currently supported
|
||||
app.run_with_args(&Vec::<&str>::new());
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user