cleanup desktop loading page

This commit is contained in:
Brendan Allan
2026-02-13 10:15:36 +08:00
parent dec304a273
commit e0f1c3c20e
2 changed files with 9 additions and 23 deletions

View File

@@ -665,6 +665,8 @@ async fn initialize(app: AppHandle) {
}
let _ = server_ready_rx.await;
tracing::info!("Loading task finished");
}
})
.map_err(|_| ())