1786892542

This commit is contained in:
2026-08-16 17:02:22 +02:00
parent 55133ab3aa
commit 15cbe12520

View File

@@ -39,6 +39,8 @@ async fn main() -> Result<(), AppError> {
} }
}); });
println!("Hello?");
// listen for data // listen for data
tokio::spawn(ui::update_listener(app.as_weak(), s2c_rx)); tokio::spawn(ui::update_listener(app.as_weak(), s2c_rx));