Skip to content

Commit

Permalink
fix: stop showing Tavern Tier 7 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Dec 10, 2024
1 parent c070db6 commit 4a08758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ public class Config
[DefaultValue(true)]
public bool ShowBattlegroundsTiers = true;

[DefaultValue(true)]
[DefaultValue(false)]
public bool AlwaysShowBattlegroundsTavernTier7 = false;

[DefaultValue(true)]
Expand Down

0 comments on commit 4a08758

Please sign in to comment.