mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
Add V key toggle for nameplates (WoW default binding)
nameplates default to visible; pressing V in the game world toggles them off/on while the keyboard is not captured by a UI element.
This commit is contained in:
parent
01e0c2f9a3
commit
9d26f8c29e
2 changed files with 7 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ private:
|
|||
// UI state
|
||||
bool showEntityWindow = false;
|
||||
bool showChatWindow = true;
|
||||
bool showNameplates_ = true; // V key toggles nameplates
|
||||
bool showPlayerInfo = false;
|
||||
bool showGuildRoster_ = false;
|
||||
std::string selectedGuildMember_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue