hotfix again.

This commit is contained in:
sharlotte
2021-09-20 10:51:51 +09:00
parent abc91bfb6d
commit ed980093ed
6 changed files with 12 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ public class HudUi {
new Table(tt -> tt.button(Icon.downOpen, Styles.clearToggleTransi, () -> waveShown = !waveShown).size(4 * 8f).checked(b -> {
b.getImage().setDrawable(waveShown ? Icon.upOpen : Icon.downOpen);
return waveShown;
})).left().top());
})).left().top()).visible(() -> settings.getBool("waveui"));
}
public void reset(int index, Seq<Button> buttons, Label label, Table table, Table labelTable, String hud){