1786032450

This commit is contained in:
2026-08-06 18:07:30 +02:00
parent 43e1d9873f
commit 291693bebe

View File

@@ -26,7 +26,8 @@ fn main() -> Result<(), slint::PlatformError> {
// weak_window.upgrade_in_event_loop(move |ui| {
// ui.set_text("GoodBye!".into());
// })
});
})
.unwrap();
main_window.run()
}