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:
+7
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user