#Midnight UI
7 messages · Page 1 of 1 (latest)
epic
How do you get the action bars hidden while mounted?
probably just set to mouseover
I aggressively hide UI elements I'm not using because I want as nice a view as possible. Inspired by, for example, the Skyrim UI. Here's what it looks like in combat.
Player frame only shows when I'm targeting something, in combat, or not at full health. Bars only show when in combat or targeting too. Here's the visibility conditions I use: [petbattle] hide ; [exists] show ; [combat] show ; [vehicleui] show ; hide
if you want to toggle in when mounted though (not a bad idea!) the [mounted] tag seems to work
This is perfect thank you, I'm learning how to use ElvUI and it's so customizable and amazing. Can't believe I never gave it a shot before now lol