Kiatra / ChocolateBar

ChocolateBar is a World of Warcraft addons to display plugins in a bar on top or bottom of your screen
https://www.wowace.com/projects/chocolatebar
18 stars 9 forks source link

How to access Broker_MicroMenu #34

Open KyrosKrane opened 7 months ago

KyrosKrane commented 7 months ago

What game version did the bug occur in?

Retail

Troubleshooting

Describe the bug.

ChocolateBar includes the files for a component called MicroMenu at Interface\AddOns\ChocolateBar\modules\MicroMenu; this seems functionally identical to the standalone addon Broker_MicroMenu. However, these files don't appear to be referenced anywhere in the main addon code. None of the code outside that directory appears to read the files in that directory.

The only references to MicroMenu outside that directory appear to be in Interface\AddOns\ChocolateBar\modules\CB_Lauchers.lua (line 14) and Interface\AddOns\ChocolateBar\modules\CB_Lauchers_LibQTip.lua (line 12), both of which reference the standalone addon's path "Interface\\AddOns\\Broker_MicroMenu\\media\\". (Side note: those two files appear to be misspelled as "Lauchers" instead of "Launchers".) There is one additional reference in Interface\AddOns\ChocolateBar\modules\CB_PlayedTime_Loc.lua which instructs that localization be done through http://www.wowace.com/addons/Broker_MicroMenu/localization/ (a dead URL).

Should this module be packaged with ChocolateBar? If so, what's the intended way to access it?

Steps to reproduce.

Load ChocolateBar with no other addons enabled. Create a bar (if not already there). Attempt to load the Broker_MicroMenu module.

Expected behavior.

The Broker_MicroMenu is accessible in game.

Errors

No response

Kiatra commented 5 months ago

This will be added later. You can install the standalone version until then: https://github.com/Kiatra/Broker_MicroMenu