Skip to content

Commit

Permalink
fix: hide inspiration overlay when game ends
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Dec 11, 2024
1 parent ab245d9 commit 1e617ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hearthstone Deck Tracker/Windows/OverlayWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ internal void HideBgsTopBar()
HideBobsBuddyPanel();

BattlegroundsInspirationViewModel.Reset();
HideBgsInspiration();
BtnTier7Inspiration.IsEnabled = false;
}

Expand Down

0 comments on commit 1e617ca

Please sign in to comment.