Update README.md

This commit is contained in:
totalllyswede
2026-07-10 01:51:44 -07:00
committed by GitHub
parent 78d2bf471d
commit 1eced7783f
+15
View File
@@ -18,4 +18,19 @@ MinimapButtonBag_Octo cleans up your Minimap and relocates the buttons in a menu
* Cleaned up a malformed `## X-Date` line in the `.toc` (missing colon). * 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. * 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.
While attached to the minimap (default state):
Left-click the bag icon — expand/collapse the button bag.
Shift + Left-drag — slide the bag icon around the rim of the minimap (angle-locked, stays orbiting the minimap edge).
Ctrl + Right-click — detach the bag icon from the minimap; it jumps to wherever your cursor is and switches to free-floating mode.
Right-click (without Ctrl) — open the MBB options panel.
Once detached (free-floating):
Shift + Left-drag — move the icon anywhere on screen.
Ctrl + Right-click — reattach it back to the minimap (snaps to default position).
-Olzon -Olzon