[WIP] Console Box for Main UI

This commit is contained in:
Alex Emmet 2026-02-19 09:54:17 +01:00
commit b8658e84b9
9 changed files with 409 additions and 19 deletions

View file

@ -151,6 +151,9 @@ impl OmikronConnection {
let sel_arc_clone = self.clone();
tokio::spawn(async move {
loop {
if *SHUTDOWN.read().await {
break;
}
if !sel_arc_clone.is_connected().await {
break;
}