commit the other half of that <.<
This commit is contained in:
parent
14aa5efda4
commit
8060002efc
8 changed files with 16 additions and 14 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue