How can i close that window?

Whenever the mouse hovers over something, a screen pops up in the lower right corner and writes all the details and Im getting frustrating. How can i close that?

this thread isn’t WoW related, i suggest doing this in the other forums section made for this stuff ^^

I had a good look through the interface options and couldn’t find anything.

However, I personally find this information really useful and it’s not really that distracting as it takes such a small area of my screen up.

Good luck. But let us know when you find out.

1 Like

That’s a toast window , i doubt it can be removed :slight_smile:

1 Like

you can always :hide() it but… game tooltips are quite important

here’s the code if you really want to do it :­p
/run GameTooltip:SetScript("OnShow", GameTooltip.Hide)

2 Likes

Thanks, where do i type that code and if i want to see those again what code should i type :slight_smile:

1 Like

paste it in the chat, but it will reappear when you log your character again… if you want to make it visible, GameTooltip:SetScript("OnShow", GameTooltip.Show)

2 Likes

U mean tooltip? Im not sure it can be removed completly without addon, but u for sure can modify it and move it, in edit mode its called “HUD tooltip” or something similar.
Or u can use addon moveanything to remove it alltogether .

In case this was about something else just ignore this

1 Like

Thanks for replies. I am grateful.

OP is talking about the HUD Tooltip frame, which is a part of the WoW default interface and therefor, part of the game.

1 Like

Ohhhh. My bad! i thought he meant the Computer Acton Bar!

I find that quite annoying to. I already know what is where because I put them there.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.