TyrantRC wrote:SSJSketch wrote:TyrantRC wrote:the black background skin in almost every window
Just change the UI Colour in options, to white.
no I don't mind the color, I really like the black, I was just asking for the features to know what is enable by default and know what addons can/can't I use.
Today I was using the modui with all my addons and I use bongos for bars and I keep getting an error when I use a macro with a modifier to shift, I press shift+y to mark a mob with my macro and I get this error:
Error: attempt to index local `bu' (a nil value)
AddOn: modui
File: keypress.lua
Line: 69
Count: 1
this is the macro:
/run if IsShiftKeyDown() then SetRaidTarget("mouseover", 1) else SetRaidTarget("mouseover", 5) end
It only happens when I use the shift modifier, it still works but I get that error for some reason, the bar where the macro is placed is also hidden in bongos I only use the keybind
I also got a /w from someone telling me that my items-links in general chat doesn't work properly, then I asked other people and they see it fin, not sure if is me or the other guy
You could edit the modui.toc and remove keypress.lua. As for the error, modernist should fix the code to allow nil value. (i.e "if not bu then return end" or so..)
Until modui "options" menu is improved more with disabling specific features.. atm it's really just try and error, then figure out if you can remove something without breaking the whole ui. (i.e. editing the modui.toc or so..)
If you are referring to the modui option to remove brackets (i.e [ ]) from item links, then yeah that will show to others as well until modernist figures out a solution to that or you just simply disable the option in the menu.