mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 10:05:40 +01: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 New Issue
Block a user