Jump to content

WhatsGoingOn - Showing bot status ingame 1.1

   (5 reviews)

1 Screenshot


User Feedback

Recommended Comments

Is there a way to modify the window's background?

I'm using pfUI as a UI replacement and WhatsGoingOn's background turns to white whereas the yellow font color stays the same. 

Link to comment
Share on other sites

It is better not to use addons.

Otherwise replace 

            WhatsGoingOnFrame:SetBackdrop(StaticPopup1:GetBackdrop())

with 

            WhatsGoingOnFrame:SetBackdrop({  bgFile = [[Interface\Tooltips\UI-Tooltip-Background]]})
            WhatsGoingOnFrame:SetBackdropColor(0.2,0.2,0.2,0.8)

in main.cs

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...