- now using the blizzard actionbutton template for action buttons
- this means: -- draging of spells in combat is possible again -- empty buttons will be really hidden -- the lock actionbuttons option from the BT menu is currently gone, use the interface options setting to lock moving your actions
This commit is contained in:
+2
-2
@@ -33,14 +33,14 @@ local function getOptions()
|
||||
get = function() return Bartender4.Locked end,
|
||||
set = function(info, value) Bartender4[value and "Lock" or "Unlock"](Bartender4) end,
|
||||
},
|
||||
buttonlock = {
|
||||
--[[buttonlock = {
|
||||
order = 2,
|
||||
type = "toggle",
|
||||
name = "Button Lock",
|
||||
desc = "Lock the buttons.",
|
||||
get = getFunc,
|
||||
set = setFunc,
|
||||
},
|
||||
},--]]
|
||||
bars = {
|
||||
order = 20,
|
||||
type = "group",
|
||||
|
||||
Reference in New Issue
Block a user