Skip to content

Commit

Permalink
Merge pull request #5207 from IllianiCBT/campaignOptionsIIC_tempDisable
Browse files Browse the repository at this point in the history
Re-enabled Confirm Preset Option for New Campaign Preset Picker
  • Loading branch information
HammerGS authored Nov 23, 2024
2 parents 503e2d7 + e9398ab commit b3cfffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/dialog/DataLoadingDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public Campaign doInBackground() throws Exception {

// Campaign Preset
final SelectPresetDialog presetSelectionDialog =
new SelectPresetDialog(getFrame(), false, true);
new SelectPresetDialog(getFrame(), true, true);
CampaignPreset preset;
boolean isSelect = false;

Expand Down

0 comments on commit b3cfffc

Please sign in to comment.