mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-01-03 16:55:48 +00:00
Ensure state machine is correct after return from error handler
This commit is contained in:
parent
34e7698d76
commit
085fa24f35
|
@ -166,6 +166,8 @@
|
|||
"back_to_packages": function() {
|
||||
app.select_packages = true;
|
||||
app.has_error = false;
|
||||
app.is_installing = false;
|
||||
app.is_finished = false;
|
||||
},
|
||||
"exit": function() {
|
||||
ajax("/api/exit", function() {});
|
||||
|
|
Loading…
Reference in a new issue