mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Remove HolyPower reference from most power modules
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user