File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/meteordevelopment/meteorclient/gui/tabs/builtin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ public void initWidgets() {
5656 openEditor .action = () -> mc .setScreen (new HudEditorScreen (theme ));
5757
5858 WHorizontalList buttons = add (theme .horizontalList ()).expandX ().widget ();
59- buttons .add (theme .button ("Clear" )).expandX ().widget ().action = hud ::clear ;
60- buttons .add (theme .button ("Reset to default elements" )).expandX ().widget ().action = hud ::resetToDefaultElements ;
59+ buttons .add (theme .confirmedButton ("Clear" , "Confirm " )).expandX ().widget ().action = hud ::clear ;
60+ buttons .add (theme .confirmedButton ("Reset to default elements" , "Confirm " )).expandX ().widget ().action = hud ::resetToDefaultElements ;
6161
6262 add (theme .horizontalSeparator ()).expandX ();
6363
You can’t perform that action at this time.
0 commit comments