Skip to content

Commit

Permalink
change setPauseWhenWinUnfocused checkbox label
Browse files Browse the repository at this point in the history
  • Loading branch information
SEVA77 committed Nov 4, 2024
1 parent a9647f3 commit c6a786e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public void onClick(ClickEvent event) {
});

vp.add(new HTML("<hr><big><b>Other:</b></big>"));
vp.add(setPauseWhenWinUnfocused = new CheckBox("Set pause when window loses focus."));
vp.add(setPauseWhenWinUnfocused = new CheckBox("Pause simulation when window loses focus<br>(recommended for optimal performance)",true));
vp.setCellHorizontalAlignment(setPauseWhenWinUnfocused, HasHorizontalAlignment.ALIGN_CENTER);
if (lstor.getItem("MOD_setPauseWhenWinUnfocused")=="true") setPauseWhenWinUnfocused.setValue(true);
setPauseWhenWinUnfocused.addClickHandler(new ClickHandler() {
Expand Down

0 comments on commit c6a786e

Please sign in to comment.