Don't hide Blizzard Totems by default on 10.0

This commit is contained in:
Parnic
2023-02-06 00:19:08 -06:00
parent 5020279748
commit 0e11a40d3a
3 changed files with 3 additions and 1 deletions

View File

@ -193,7 +193,7 @@ function Totems.prototype:GetDefaultSettings()
defaults["totemFontSize"] = 20
defaults["totemMode"] = "Graphical"
defaults["usesDogTagStrings"] = false
defaults["hideBlizz"] = true
defaults["hideBlizz"] = IceHUD.CanHookDestroyTotem
defaults["alwaysFullAlpha"] = false
defaults["displayMode"] = "Horizontal"
defaults["cooldownMode"] = "Cooldown"