mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- did minor options table cleanup and made a console /icehudcl command so that IceHUD gets picked up by rock config
This commit is contained in:
@ -7,6 +7,8 @@ IceHUD.Location = "Interface\\AddOns\\IceHUD"
|
||||
IceHUD.options =
|
||||
{
|
||||
type = 'group',
|
||||
name = "IceHUD",
|
||||
desc = "IceHUD",
|
||||
args =
|
||||
{
|
||||
headerGeneral = {
|
||||
@ -497,7 +499,10 @@ function IceHUD:OnEnable()
|
||||
self.options.args.colors.args = self.IceCore:GetColorOptions()
|
||||
|
||||
waterfall:Register("IceHUD", 'aceOptions', IceHUD.options)
|
||||
|
||||
|
||||
-- Parnic - added /icehudcl to make rock config pick this up
|
||||
self:RegisterChatCommand({"/icehudcl"}, IceHUD.options)
|
||||
self:RegisterChatCommand({ "/icehud" }, IceHUD.slashMenu)
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user