fix: display has to be sequential after all
This commit is contained in:
@ -24,7 +24,7 @@ pub async fn startline(app: AppHandle) -> Result<(), String> {
|
||||
}
|
||||
if let Some(p) = &mut appd.profile {
|
||||
log::debug!("{}", hash);
|
||||
p.line_up(app.clone(), hash).await
|
||||
p.line_up(hash, app.clone()).await
|
||||
.map_err(|e| format!("Lineup failed:\n{}", e))?;
|
||||
p.start(app.clone()).await
|
||||
.map_err(|e| format!("Startup failed:\n{}", e))?;
|
||||
|
Reference in New Issue
Block a user