File Details
BlubberryMuffin-1.0.7
- R
- Mar 22, 2026
- 5.75 KB
- 19
- 12.0.5+3
- Retail
File Name
BlubberryMuffin-1.0.7.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
- 11.2.7
[1.0.7] - 2026-03-22
Fixed
- Icon was visible and draggable for some users but left-clicking it did nothing. Root cause: WoW's "Action button key down" interface setting causes secure buttons to fire on mouse press rather than release. The button was only registered for
LeftButtonUp, so users with that setting enabled never triggered the action. Now registered for bothLeftButtonUpandLeftButtonDownto cover both configurations.