From 4a0875861a6a26dec50d3188b01b9ea2d4152be6 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Tue, 10 Dec 2024 14:29:35 +0100 Subject: [PATCH] fix: stop showing Tavern Tier 7 by default --- Hearthstone Deck Tracker/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hearthstone Deck Tracker/Config.cs b/Hearthstone Deck Tracker/Config.cs index 70e836a9e..31fedc1a7 100644 --- a/Hearthstone Deck Tracker/Config.cs +++ b/Hearthstone Deck Tracker/Config.cs @@ -858,7 +858,7 @@ public class Config [DefaultValue(true)] public bool ShowBattlegroundsTiers = true; - [DefaultValue(true)] + [DefaultValue(false)] public bool AlwaysShowBattlegroundsTavernTier7 = false; [DefaultValue(true)]