Skip to content

Commit

Permalink
Update src/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes authored Jun 22, 2024
1 parent b6c00a6 commit 0ac4a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ fn try_run() -> Result<()> {
};

#[cfg(not(feature = "ui"))]
cli::run_cli(app_state)
cli::run_cli(app_state);

#[cfg(feature = "ui")]
{
match args.cli {
Expand Down

0 comments on commit 0ac4a84

Please sign in to comment.