mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Remove HolyPower reference from most power modules
This commit is contained in:
@ -101,7 +101,7 @@ function IceClassPowerCounter.prototype:GetOptions()
|
|||||||
opts["displayMode"] = {
|
opts["displayMode"] = {
|
||||||
type = 'select',
|
type = 'select',
|
||||||
name = L["Display mode"],
|
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)
|
get = function(info)
|
||||||
return IceHUD:GetSelectValue(info, self.moduleSettings.runeMode)
|
return IceHUD:GetSelectValue(info, self.moduleSettings.runeMode)
|
||||||
end,
|
end,
|
||||||
|
Reference in New Issue
Block a user