fusionpit / WhatsTraining

A WoW Classic Addon that shows you upcoming trainer abilities
MIT License
16 stars 11 forks source link

Not working with Elv UI #14

Open fusionpit opened 5 years ago

fusionpit commented 5 years ago

Via 2bluffy4u on curseforge

chopfitzroy commented 5 years ago

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

fusionpit commented 5 years ago

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!

chopfitzroy commented 5 years ago

Hey @fusionpit,

Out of curiosity is it possible to set an icon myself? The question mark messes with my OCD :laughing:

Cheers!

fusionpit commented 5 years ago

@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>")

chopfitzroy commented 5 years ago

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!

fusionpit commented 5 years ago

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