Skip to content

Commit

Permalink
use notify to only update when changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Dec 7, 2024
1 parent e785e55 commit be53a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/General/API.lua
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ do
db.r, db.g, db.b = r, g, b
end

E:CustomClassColorUpdate()
E:CustomClassColorNotify()
end

function E:UpdateCustomClassColors()
Expand Down

0 comments on commit be53a1f

Please sign in to comment.