1786044319

This commit is contained in:
2026-08-06 21:25:19 +02:00
parent e220c91627
commit 0878a53a1e
2 changed files with 52 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ fn main() -> Result<(), slint::PlatformError> {
slint::spawn_local(async move {
sleep(Duration::from_secs(5));
weak_window.upgrade_in_event_loop(move |ui| {
println!("Goodbye!");
ui.set_text("GoodBye!".into());
})
})