revert some changes to the action button code again to resolve a weird issue with moving spells (once again its not possible to move actions in combat)
This commit is contained in:
+2
-2
@@ -34,14 +34,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