mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 19:49:24 +00:00
patch exit window on installation failure
This commit is contained in:
commit
db988ff861
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ impl eframe::App for HomeApp {
|
||||||
.show(&ctx, |ui| {
|
.show(&ctx, |ui| {
|
||||||
ui.heading("Installation Failure");
|
ui.heading("Installation Failure");
|
||||||
if ui.button("Exit").clicked() {
|
if ui.button("Exit").clicked() {
|
||||||
|
self.has_install_failed = false;
|
||||||
self.is_installing = false;
|
self.is_installing = false;
|
||||||
self.is_loading = false;
|
self.is_loading = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue