What's Training?

What's Training?

3M Downloads

Not working with Elv UI

fusionpit opened this issue ยท 6 comments

commented
commented

Just came looking to report this, it does appear to work (at least for me) but the icon is broken in the spell book, see attached image.

Capture

commented

The icon is supposed to be the "?" icon normally. I'm not sure if there should be some additional highlighting done when the tab is selected, I'll be downloading ElvUI and looking into it soon. Thanks for the additional info!

commented

Hey @fusionpit,

Out of curiosity is it possible to set an icon myself? The question mark messes with my OCD ๐Ÿ˜†

Cheers!

commented

@CrashyBang not currently, I do have plans for a couple of interface options that will include that feature. For now, you could change line 43 of WhatsTraining.lua, inserting the icon you want:
local TAB_TEXTURE_FILEID = GetFileIDFromPath("Interface\\Icons\\<PUT ICON NAME HERE>")

commented

Hey @fusionpit,

Awesome! I don't do a lot of Lua but if there are any simple tasks you want done on the plugin let me know!

Cheers!

commented

Thanks for the offer! I will let you know if anything comes up.