Remove HolyPower reference from most power modules

This commit is contained in:
Parnic
2022-09-17 19:49:21 -05:00
parent 09e1832fbe
commit 5bc1f04504

View File

@ -101,7 +101,7 @@ function IceClassPowerCounter.prototype:GetOptions()
opts["displayMode"] = {
type = 'select',
name = L["Display mode"],
desc = L["Choose whether you'd like a graphical or numeric representation of the runes.\n\nNOTE: The color of 'Numeric' mode can be controlled by the HolyPowerNumeric color."],
desc = L["Choose whether you'd like a graphical or numeric representation of the runes."],
get = function(info)
return IceHUD:GetSelectValue(info, self.moduleSettings.runeMode)
end,