Skip to content

Commit

Permalink
Fix: Update toggle-based filtering on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 14, 2024
1 parent 9895ea1 commit f6a30ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions State.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6504,10 +6504,10 @@ do
if dispName == 'Primary' then
if mode == "single" or mode == "dual" or mode == "reactive" then state.max_targets = 1
elseif mode == "aoe" then state.min_targets = spec and spec.aoe or 3 end
-- if state.empowerment.active then state.filter = "empowerment" end
state.filter = "none"
elseif dispName == 'AOE' then
state.min_targets = spec and spec.aoe or 3
-- if state.empowerment.active then state.filter = "empowerment" end
state.filter = "none"
elseif dispName == 'Cooldowns' then state.filter = "cooldowns"
elseif dispName == 'Interrupts' then state.filter = "interrupts"
elseif dispName == 'Defensives' then state.filter = "defensives"
Expand Down

0 comments on commit f6a30ab

Please sign in to comment.