mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed the GCD module to be available in the module settings list again
- tweaked options visibility and made 'bg visible' work on the GCD module
This commit is contained in:
@ -42,7 +42,7 @@ function IceElement.prototype:init(name, skipRegister)
|
||||
LibStub("AceEvent-3.0"):Embed(self)
|
||||
LibStub("AceTimer-3.0"):Embed(self)
|
||||
|
||||
if not skipRegister then
|
||||
if skipRegister ~= true then
|
||||
IceHUD:Register(self)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user