allow accessing properties from .back()
All checks were successful
/ Build & Publish (push) Successful in 1m28s

This commit is contained in:
Daniella / Tove 2024-10-13 17:57:48 +02:00
parent 735b2c45ec
commit 9421410e63
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -56,13 +56,14 @@ public class ClientBoot {
return this;
}
public void back() {
public ClientBoot back() {
if(window.options.size() == 1)
return;
return this;
window.options.pop();
window.selected = 0;
window.checkSelected(false);
window.justRanSomething.unlock();
return this;
}
public void finish() {