Skip to content

Commit

Permalink
Merge branch 'Card-Forge:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jjayers99 authored Jan 3, 2024
2 parents 73b876e + 238977d commit f23e12f
Show file tree
Hide file tree
Showing 175 changed files with 39,516 additions and 39,541 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ public void run() {
initializePlayerNameButton();
initializeDefaultLanguageComboBox();

disableLazyLoading();
}

/* (non-Javadoc)
Expand Down Expand Up @@ -660,6 +661,12 @@ private void initializePlayerNameButton() {
btn.setCommand(getPlayerNameButtonCommand());
}

private void disableLazyLoading() {
view.getCbLoadCardsLazily().setSelected(false);
view.getCbLoadCardsLazily().setEnabled(false);
prefs.save();
}

private void setPlayerNameButtonText() {
final FLabel btn = view.getBtnPlayerName();
final String name = prefs.getPref(FPref.PLAYER_NAME);
Expand Down
Loading

0 comments on commit f23e12f

Please sign in to comment.