
Thanks a lot for this Addons/ui
|
![]() |
SSJSketch wrote:A minor bug I found for the UI Colour option. When you open it, and then click cancel your UI colour gets changed to pure black instead of returning to your original/previous colour.
Noxm wrote:Some WSG FC bug :
Thanks a lot for this Addons/ui
Aftereight wrote:Dont know if this question has ben asked before, but is it possible to turn of numbers in unitframe bars? So you just got plain bar?
Aftereight wrote:One more question, how can i disable showing key binds?
for i = 1, 12 do
for _, v in pairs({
_G['ActionButton'..i..'HotKey'],
_G['MultiBarRightButton'..i..'HotKey'],
_G['MultiBarLeftButton'..i..'HotKey'],
_G['MultiBarBottomLeftButton'..i..'HotKey'],
_G['MultiBarBottomRightButton'..i..'HotKey'],
_G['BonusActionButton'..i..'HotKey'],}) do
v:Hide()
end
end