add spacer method
All checks were successful
/ Build & Publish (push) Successful in 47s

This commit is contained in:
Daniella 2024-06-25 10:27:18 +02:00
parent bec8029ec4
commit 501a100f7d
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -39,6 +39,10 @@ public class ClientBoot {
return this;
}
public ClientBoot spacer() {
return label("");
}
public ClientBoot label(String name) {
List<CBCallbackContainer> list = window.options.peek();
if(window.selected == list.size())