mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +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")] {
|
if #[cfg(feature = "cli")] {
|
||||||
run_with_args().await;
|
run_with_args().await;
|
||||||
} else {
|
} else {
|
||||||
start_ironbar().await;
|
start_ironbar();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue