Skip to content

Commit

Permalink
export the style filter pooler to ouf object
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 23, 2024
1 parent 166daa4 commit 6c27022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ElvUI/Core/Modules/Nameplates/StyleFilter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,8 @@ do -- oUF style filter inject watch functions without actually registering any e
pooler.delay = 0.1 -- update check rate
pooler.frames = {}

ElvUF.Pooler.StyleFilter = pooler

function NP:StyleFilterPoolerRun()
for frame in pairs(pooler.frames) do
NP:StyleFilterUpdate(frame, 'PoolerUpdate')
Expand Down

0 comments on commit 6c27022

Please sign in to comment.