WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   Removing tooltip from DK runes (https://www.wowinterface.com/forums/showthread.php?t=58379)

Nova0711 11-13-20 12:41 PM

Removing tooltip from DK runes
 
I am using blizzard's default dk runes for my UI and have moved them using the addon move anything.

Is there a way to disable to tooltip that pops specifically just for the dk runes and or make the runes click through?

Thanks!

Vrul 11-14-20 07:27 AM

Code:

local runes = RuneFrame.Runes
for index = 1, #runes do
    runes[index]:EnableMouse(false)
end


Nova0711 11-14-20 12:50 PM

Quote:

Originally Posted by Vrul (Post 337584)
Code:

local runes = RuneFrame.Runes
for index = 1, #runes do
    runes[index]:EnableMouse(false)
end


Thank you!


All times are GMT -6. The time now is 12:29 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI