mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-26 20:43:37 +00:00
Ensure state machine is correct after return from error handler
This commit is contained in:
parent
34e7698d76
commit
085fa24f35
1 changed files with 2 additions and 0 deletions
|
@ -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