1
0
Fork 0
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:
Jake Stanger 2023-06-29 17:37:10 +01:00
parent cc181a8b6d
commit 9a68dc99bd
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -61,7 +61,7 @@ async fn main() {
if #[cfg(feature = "cli")] {
run_with_args().await;
} else {
start_ironbar().await;
start_ironbar();
}
}
}