mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Don't hide Blizzard Totems by default on 10.0
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user