Added new "Hide on Vehicle" preset option, currently in use by the PetBar to hide the single "Attack" button being shown on the engineering chopper mounts and possible other Vehicle-type mounts.

This commit is contained in:
Hendrik Leppkes
2009-01-04 17:15:25 +01:00
parent 632c74aed7
commit 9065b0e95e
12 changed files with 30 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ local defaults = { profile = Bartender4:Merge({
hidehotkey = true,
visibility = {
nopet = true,
vehicle = true,
},
}, Bartender4.ButtonBar.defaults) }