fix: raise main window on errors

This commit is contained in:
Ilya Zlobintsev
2026-06-24 16:25:34 +03:00
parent b5087f29c2
commit 1e9ed8b81f
+2
View File
@@ -599,6 +599,8 @@ impl AsyncComponent for AppModel {
body: format!("{err:#}"),
..Default::default()
})));
root.present();
}
self.update_view(widgets, sender);
}