Update README.md

This commit is contained in:
totalllyswede
2026-07-09 18:49:42 -07:00
committed by GitHub
parent 31387dd5f3
commit ad973a4874
+2
View File
@@ -17,3 +17,5 @@ MinimapButtonBag_Octo cleans up your Minimap and relocates the buttons in a menu
* Replaced the custom `icon.tga` with the stock in-game bag icon `Interface\Icons\INV_Misc_Bag_08` — no more bundled icon file, and it sidesteps the RLE-compressed TGA loading issue on the 1.12.1 client entirely.
* Cleaned up a malformed `## X-Date` line in the `.toc` (missing colon).
* Fixed Ctrl+Right-click "detach from minimap" positioning: it was converting the cursor position using the icon's own display scale (`MBB_Options.Scale/100`) instead of the UI's actual effective scale (`UIParent:GetEffectiveScale()`), so the button would land in the wrong spot instead of following your cursor away from the minimap.
* -Olzon