mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- don't hide the Blizzard version of Holy Power by default since we're not hiding the Blizzard player frame by default
This commit is contained in:
@ -213,7 +213,7 @@ function HolyPower.prototype:GetDefaultSettings()
|
|||||||
defaults["runeFontSize"] = 20
|
defaults["runeFontSize"] = 20
|
||||||
defaults["runeMode"] = "Graphical"
|
defaults["runeMode"] = "Graphical"
|
||||||
defaults["usesDogTagStrings"] = false
|
defaults["usesDogTagStrings"] = false
|
||||||
defaults["hideBlizz"] = true
|
defaults["hideBlizz"] = false
|
||||||
defaults["alwaysFullAlpha"] = false
|
defaults["alwaysFullAlpha"] = false
|
||||||
defaults["displayMode"] = "Horizontal"
|
defaults["displayMode"] = "Horizontal"
|
||||||
defaults["runeGap"] = 0
|
defaults["runeGap"] = 0
|
||||||
|
Reference in New Issue
Block a user