stop user from going back when on top level
All checks were successful
/ Build & Publish (push) Successful in 47s
All checks were successful
/ Build & Publish (push) Successful in 47s
This commit is contained in:
parent
2ff1e9e758
commit
53d55324f9
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ public class ClientBoot {
|
|||
}
|
||||
|
||||
public void back() {
|
||||
if(window.options.size() == 1)
|
||||
return;
|
||||
window.options.pop();
|
||||
if(window.options.isEmpty())
|
||||
finish();
|
||||
window.selected = 0;
|
||||
window.checkSelected(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue