mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- A little change to the option name.
- CHANGES.txt clarification.
This commit is contained in:
@@ -82,7 +82,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
|
||||
private final JCheckBox cbOpenPacksIndiv = new OptionsCheckBox("Open Packs Individually");
|
||||
private final JCheckBox cbTokensInSeparateRow = new OptionsCheckBox("Display Tokens in a Separate Row");
|
||||
private final JCheckBox cbStackCreatures = new OptionsCheckBox("Stack Creatures");
|
||||
private final JCheckBox cbFilterLandsByColorId = new OptionsCheckBox("Filter Lands by Color when Using Color Filters");
|
||||
private final JCheckBox cbFilterLandsByColorId = new OptionsCheckBox("Filter Lands by Color in Activated Abilities");
|
||||
|
||||
private final Map<FPref, KeyboardShortcutField> shortcutFields = new HashMap<>();
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ This should hopefully make finding multicolor lands for your decks easier.
|
||||
An attempt was made to make this option behave in a more consistent and helpful way - now lands won't suddenly
|
||||
disappear when one color is filtered out, basic lands of appropriate colors will be shown, lands that feature at
|
||||
least one of the colors relevant for the deck will be shown. Also, the mode to filter lands in this way is now
|
||||
optional and can be toggled on or off in the Preferences ("Filter Lands by Color when Using Color Filters" under
|
||||
optional and can be toggled on or off in the Preferences ("Filter Lands by Color in Activated Abilities" under
|
||||
"Deck Editor Options").
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user