Skip to content

Commit

Permalink
should be able to use this for whom ever allows roles, no?
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Jan 26, 2025
1 parent 96961eb commit 2c41ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_Options/Core/Tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ General.targetInfo = ACH:Toggle(L["Target Info"], L["When in a raid group displa
General.playerTitles = ACH:Toggle(L["Player Titles"], L["Display player titles."], 2)
General.guildRanks = ACH:Toggle(L["Guild Ranks"], L["Display guild ranks if a unit is guilded."], 3)
General.alwaysShowRealm = ACH:Toggle(L["Always Show Realm"], nil, 4)
General.role = ACH:Toggle(L["ROLE"], L["Display the unit role in the tooltip."], 5, nil, nil, nil, nil, nil, nil, not E.Retail)
General.role = ACH:Toggle(L["ROLE"], L["Display the unit role in the tooltip."], 5, nil, nil, nil, nil, nil, nil, not E.allowRoles)
General.showMount = ACH:Toggle(L["Current Mount"], L["Display current mount the unit is riding."], 6, nil, nil, nil, nil, nil, nil, not E.Retail)
General.gender = ACH:Toggle(L["Gender"], L["Displays the gender of players."], 7)
General.showElvUIUsers = ACH:Toggle(L["Show ElvUI Users"], L["Show ElvUI users and their version of ElvUI."], 8)
Expand Down

0 comments on commit 2c41ae9

Please sign in to comment.