Move alot of auto-assist processing into the secure environment, allowing full action drag/drop support in combat.

This commit is contained in:
Hendrik Leppkes
2009-03-31 10:33:31 +02:00
parent 67037ce359
commit 704116323c
3 changed files with 60 additions and 63 deletions
+5 -2
View File
@@ -43,8 +43,11 @@ local function getOptions()
type = "toggle",
name = L["Button Lock"],
desc = L["Lock the buttons."],
get = getFunc,
set = setFunc,
get = function() return Bartender4.db.profile.buttonlock end,
set = function(info, value)
Bartender4.db.profile.buttonlock = value
Bartender4.Bar:ForAll("ForAll", "SetAttribute", "buttonlock", value)
end,
},
minimapIcon = {
order = 3,