- remove cyCircled support
- add preliminary ButtonFacade support (still some bugs in it) - this also replaces the built-in skin selection for the bars (for now)
This commit is contained in:
+3
-4
@@ -25,11 +25,10 @@ function Bartender4:OnInitialize()
|
||||
MainMenuBar:Hide()
|
||||
end
|
||||
|
||||
function Bartender4:OnEnable()
|
||||
if IsAddOnLoaded("cyCircled") then
|
||||
self:SecureHook(cyCircled, "LoadPlugins", "cyLoaded")
|
||||
end
|
||||
--[[ function Bartender4:OnEnable()
|
||||
--
|
||||
end
|
||||
--]]
|
||||
|
||||
function Bartender4:RegisterDefaultsKey(key, subdefaults)
|
||||
defaults.profile[key] = subdefaults
|
||||
|
||||
Reference in New Issue
Block a user