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
+7 -1
View File
@@ -185,7 +185,13 @@ function Bar:GetOptionObject()
type = "toggle",
name = L["Hide when Possessing"],
desc = L["Hide this bar when you are possessing a NPC."],
width = "full",
disabled = customEnabled,
},
vehicle = {
order = 16,
type = "toggle",
name = L["Hide on Vehicle"],
desc = L["Hide this bar when you are riding on a vehicle."],
disabled = customEnabled,
},
combat = {