commit the other half of that <.<
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@ Bartender4.ButtonBar.defaults = defaults
|
||||
|
||||
local LBF = LibStub("LibButtonFacade", true)
|
||||
|
||||
function Bartender4.ButtonBar:Create(id, config)
|
||||
local bar = setmetatable(Bartender4.Bar:Create(id, config), ButtonBar_MT)
|
||||
function Bartender4.ButtonBar:Create(id, config, name)
|
||||
local bar = setmetatable(Bartender4.Bar:Create(id, config, name), ButtonBar_MT)
|
||||
|
||||
if LBF then
|
||||
bar.LBFGroup = LBF:Group("Bartender4", tostring(id))
|
||||
|
||||
Reference in New Issue
Block a user