WeakAuras

WeakAuras

206M Downloads

Actions>Glow Eternal Element - Still active even when disabled

tridnt opened this issue ยท 2 comments

commented

Glow Eternal Element bugs every time I try to disable. I have to reload to make it work again.
example https://youtu.be/UnuCCZ22QxA

commented

That is working exactly as intended. The glow action doesn't keep track of whether or not the frame you chose already has a glow on it. Instead, you need to add both the hide and show glow actions yourself.

Since you're targeting the same aura, you can just add a glow element to it instead of using the glow actions, and the glow state will be managed for you.

commented

That is working exactly as intended. The glow action doesn't keep track of whether or not the frame you chose already has a glow on it. Instead, you need to add both the hide and show glow actions yourself.

Since you're targeting the same aura, you can just add a glow element to it instead of using the glow actions, and the glow state will be managed for you.

Thanks