Open Issues Need Help
View All on GitHub More character options in overview about 2 months ago
bug good first issue
[BUG] Right click for options results in Lua-error 2 months ago
AI Summary: Debug and fix a Lua error in the CompanionsTracker WoW addon that occurs when the user right-clicks the addon icon to open the options panel. The error stems from an attempt to call a non-existent global function, `InterfaceOptionsFrame_OpenToCategory`. The solution involves identifying why this function is unavailable and either providing the missing function or correcting the code to use an alternative method for opening the options panel.
Complexity:
4/5
bug good first issue