WeakAuras

WeakAuras

206M Downloads

Suggestion: default option to hide progress text triggered by GCD

Yuuseki opened this issue ยท 1 comments

commented

There's this snippet in the WA2 Discord:

To hide the cooldown "progress" text when the CD is triggered by the global. Use %c and:

function(_, duration, progress)
    return duration > 1.5 and progress or ""
end

Could this be made a default option?

commented