mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 02:31:04 +02:00
fix: error when using with swaybar_command
This commit is contained in:
parent
ab8f7ecfc8
commit
f2ee2dfe7a
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue