forked from GeyserMC/Geyser
Improve login screen
This commit is contained in:
parent
e96863e941
commit
1a06fe331e
3 changed files with 46 additions and 22 deletions
|
@ -37,6 +37,10 @@ public class FormButton {
|
|||
@Getter
|
||||
private FormImage image;
|
||||
|
||||
public FormButton(String text) {
|
||||
this.text = text;
|
||||
}
|
||||
|
||||
public FormButton(String text, FormImage image) {
|
||||
this.text = text;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue