mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: add Shift+V toggle for friendly player nameplates
V key now toggles enemy/NPC nameplates, while Shift+V independently toggles friendly player nameplates. Setting is persisted to config.
This commit is contained in:
parent
d6c752fba5
commit
bf8710d6a4
2 changed files with 11 additions and 3 deletions
|
|
@ -86,7 +86,8 @@ private:
|
|||
bool showEntityWindow = false;
|
||||
bool showChatWindow = true;
|
||||
bool showMinimap_ = true; // M key toggles minimap
|
||||
bool showNameplates_ = true; // V key toggles nameplates
|
||||
bool showNameplates_ = true; // V key toggles enemy/NPC nameplates
|
||||
bool showFriendlyNameplates_ = true; // Shift+V toggles friendly player nameplates
|
||||
float nameplateScale_ = 1.0f; // Scale multiplier for nameplate bar dimensions
|
||||
uint64_t nameplateCtxGuid_ = 0; // GUID of nameplate right-clicked (0 = none)
|
||||
ImVec2 nameplateCtxPos_{}; // Screen position of nameplate right-click
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue