This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I would like to see that the buttons stays on one window only. Seems pretty useless to have it on several windows, just takes place (see screenshot to see what i mean)
Just add this to the Lua file:
-- after line 123 break
It should look like this:
window.bargroup.reportbutton:SetScript("OnLeave", function() GameTooltip:Hide() end) end break end end local AceGUI = LibStub("AceGUI-3.0") function SkadaWindowButtons:Report(window)
To post a comment, please login or register a new account.