add support for cyCircled button skinning
This commit is contained in:
@@ -23,6 +23,12 @@ function Bartender4:OnInitialize()
|
||||
MainMenuBar:Hide()
|
||||
end
|
||||
|
||||
function Bartender4:OnEnable()
|
||||
if IsAddOnLoaded("cyCircled") then
|
||||
self:SecureHook(cyCircled, "LoadPlugins", "cyLoaded")
|
||||
end
|
||||
end
|
||||
|
||||
function Bartender4:RegisterDefaultsKey(key, subdefaults)
|
||||
defaults.profile[key] = subdefaults
|
||||
|
||||
|
||||
Reference in New Issue
Block a user