mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
build: fix error
This commit is contained in:
parent
cc181a8b6d
commit
9a68dc99bd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ async fn main() {
|
|||
if #[cfg(feature = "cli")] {
|
||||
run_with_args().await;
|
||||
} else {
|
||||
start_ironbar().await;
|
||||
start_ironbar();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue