feat: refresh+start button
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user