Update README.md

This commit is contained in:
totalllyswede
2026-07-10 01:52:47 -07:00
committed by GitHub
parent 1eced7783f
commit a435427e9f
+14 -12
View File
@@ -10,6 +10,20 @@ MinimapButtonBag_Octo cleans up your Minimap and relocates the buttons in a menu
* Unzip into `WoW\Interface\AddOns`
* Make sure the resulting folder is named exactly `MinimapButtonBag_Octo`
## Usage
* 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).
## Changelog (Octo fork - V1.0)
* Original addon was causing crashes with OctoWoW., forked to get it working without issues.
* Fixed a bug in `MBB_RestoreButton` where right-click-restoring a button to the minimap set its width equal to its height instead of its original width, distorting non-square buttons.
@@ -20,17 +34,5 @@ MinimapButtonBag_Octo cleans up your Minimap and relocates the buttons in a menu
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