-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let Masque Skin the Glow #645
Conversation
Allows Masque to handle the Glow which inludes a custom glow for Circular Icons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the pull request! First, can you please fix your whitespace, so that it conforms with WeakAuras?
WeakAuras/RegionTypes/Icon.lua
Outdated
end | ||
WeakAuras.ShowOverlayGlow(region.__WAGlowFrame); | ||
if MSQ then | ||
if (showGlow) then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your indentation needs work. 2 spaces is the format we use
WeakAuras/RegionTypes/Icon.lua
Outdated
else | ||
WeakAuras.HideOverlayGlow(region.button); | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra newline
Hey there, thanks for the contribution! I just fixed your indentation and merged it! |
that works too |
Yeah sorry about that. I'm not a programmer but followed the wiki as best I could. Set up vs-studio with the extensions mentioned so thought it was a good sign I didn't trigger any warnings :). Thanks for fixing it! |
Allows Masque to handle the Glow which inludes a custom glow for Circular Icons.