mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Made the default value of the "Show Unique Cards Only" (in Constructed) "true" (checked) to mimic the original Forge behavior.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<preferences type="editor">
|
<preferences type="editor">
|
||||||
<pref name="stats_catalog" value="true"></pref>
|
<pref name="stats_catalog" value="true"></pref>
|
||||||
<pref name="stats_deck" value="true"></pref>
|
<pref name="stats_deck" value="true"></pref>
|
||||||
<pref name="display_unique_only" value="false"></pref>
|
<pref name="display_unique_only" value="true"></pref>
|
||||||
<col enumval="CAT_QUANTITY" identifier="Quantity" show="true" sortpriority="1" sortstate="DESC" width="39"></col>
|
<col enumval="CAT_QUANTITY" identifier="Quantity" show="true" sortpriority="1" sortstate="DESC" width="39"></col>
|
||||||
<col enumval="CAT_NAME" identifier="Name" show="true" sortpriority="2" sortstate="DESC" width="50"></col>
|
<col enumval="CAT_NAME" identifier="Name" show="true" sortpriority="2" sortstate="DESC" width="50"></col>
|
||||||
<col enumval="CAT_COST" identifier="Cost" show="true" sortpriority="3" sortstate="DESC" width="36"></col>
|
<col enumval="CAT_COST" identifier="Cost" show="true" sortpriority="3" sortstate="DESC" width="36"></col>
|
||||||
|
|||||||
Reference in New Issue
Block a user