Feature Request: Group Notes
kstange opened this issue ยท 1 comments
Game Flavor
Retail
Game Version
10.0.2
Add-On Version
10.0.3
Describe the Improvement
I'd like an option in Masque to add notes to Groups which can appear in the mouseover tooltip for the group name, and just above the "disable" checkbox in the group's settings panel. The purpose of this note would be to provide additional clarifying text, such as what buttons are included in the group or any tips about skinning options for the group.
It might also be nice to provide a way to set this on the addon-level panel.
Example Code
In Discord, a suggested method for Groups was discussed:
local Group = LibStub("Masque"):Group("Addon", "Group")
Group.Notes = L["This allows the skinning of only these buttons. Those buttons won't be skinned."]
Screenshots
Ideally the text would appear in this tooltip:
And in this panel location:
Notes
No response