TipTac Reborn

TipTac Reborn

1M Downloads

Option to remove Right click setting line in player and group frame tooltips

Closed this issue ยท 5 comments

commented

Is your feature request related to a problem? Please describe.

Earlier in TWW, Blizzard added a new line for player and group frame tooltips which states that you can right click for more options.

Would it be possible to add an option to remove this line?

Image

Describe the solution you'd like

A tiptac option to have this line removed from these frame tooltips

Describe alternatives you've considered

Leatrix plus v11.1.12 - 6th May 2025, added an option to remove this line from tooltips, but I would rather not use another addon to modify tooltips and potentially cause conflicts

Additional context

No response

commented

Good idea! ๐Ÿ‘

I added the option "General->Hide Right Click for Frame Settings Text From Unit Tip" to strip the "right click for frame settings text" from the tooltip introduced with tww 11.0.7. Will be included in the next release.

commented

Thanks for this,

Just to note that the line still shows on the enemy frame.

commented

Strange, can't reproduce this on my side. The line will be suppressed on both player and target frame. Can you provide a screenshot?

commented

Image

commented

I restricted searching for this tooltip line only for player tooltips. This makes no sense after all. ๐Ÿ™ƒ

I fixed the following line:

local hideRightClickForFrameSettingsText = (cfg.hideRightClickForFrameSettingsText) and (LibFroznFunctions.hasWoWFlavor.rightClickForFrameSettingsTextInPlayerUnitTip) and (UNIT_POPUP_RIGHT_CLICK);

Will be included in the next release.