fix selecting a label when going back
Some checks failed
/ Build & Publish (push) Has been cancelled

This commit is contained in:
Daniella / Tove 2024-06-25 10:39:44 +02:00
parent 501a100f7d
commit 2ff1e9e758
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -61,7 +61,7 @@ public class ClientBoot {
if(window.options.isEmpty())
finish();
window.selected = 0;
window.justRanSomething.unlock();
window.checkSelected(false);
}
public void finish() {