Jump to content
Sign in to follow this  
Patrykiel

Removing Game Tooltips

Recommended Posts

Here's the command I use to remove the ingame tooltips:

/run GameTooltip_UnitColor = function() GameTooltip:Hide() end

I'm sure I'm not the only person looking for this in case someone is already using functions or AddOns that make the tooltips redundant but every time I log in to the game I have to retype the command for it to work, so I was curios if it can be turned in to a very simple AddOn by someone?

Share this post


Link to post
Share on other sites

just add

GameTooltip_UnitColor = function() GameTooltip:Hide() end

to the end of some addons .lua file on a new line.

Edited by asdaaf

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×