feat: refresh+start button

This commit is contained in:
2025-03-28 23:20:04 +00:00
parent 8ac45df3e1
commit 90f36e5fa6
4 changed files with 33 additions and 11 deletions

View File

@ -160,7 +160,7 @@ pub async fn run(_args: Vec<String>) {
apph.exit(1);
}
}
if let Err(e) = cmd::startline(apph.clone()).await {
if let Err(e) = cmd::startline(apph.clone(), false).await {
log::error!("Unable to launch: {}", e);
apph.exit(1);
}