Skip to content

Commit

Permalink
hide total attack value icons by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Epix37 committed Oct 8, 2015
1 parent 9baf16e commit 62e2d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Hearthstone Deck Tracker/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ public class Config
[DefaultValue(false)]
public bool HideInMenu = false;

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

[DefaultValue(false)]
public bool HideOpponentCardAge = false;
Expand All @@ -313,8 +313,8 @@ public class Config
[DefaultValue(false)]
public bool HideOverlayInSpectator = false;

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

[DefaultValue(false)]
public bool HidePlayerCardCount = false;
Expand Down

0 comments on commit 62e2d75

Please sign in to comment.