Skip to content

Commit

Permalink
RFE 426 overlay for Planetary Conditions update 17
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronekochomusuke committed Dec 14, 2022
1 parent fe67081 commit 1c4a796
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,8 @@ public void gameTurnChange(GameTurnChangeEvent e) {

@Override
public void preferenceChange(PreferenceChangeEvent e) {
if (e.getName().equals(KeyBindParser.KEYBINDS_CHANGED)) {
changed = true;
}
if (e.getName().equals(GUIPreferences.GUI_SCALE)) {
changed = true;
}
// change on any preference change
changed = true;
}

}

0 comments on commit 1c4a796

Please sign in to comment.