Skip to content

Commit

Permalink
checkState fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veriivy committed Feb 11, 2024
1 parent a69db10 commit eae6fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private void updateButton(String key, boolean down) {
}

public void checkState(String name, Supplier<State> state) {
addUpdate(name, ()-> state.get());
addUpdate(name, ()-> state.get().toString());
}

@Override
Expand Down

0 comments on commit eae6fe7

Please sign in to comment.