diff --git a/WeakAurasOptions/OptionsFrames/OptionsFrame.lua b/WeakAurasOptions/OptionsFrames/OptionsFrame.lua index bae6b2a..9ec543d 100644 --- a/WeakAurasOptions/OptionsFrames/OptionsFrame.lua +++ b/WeakAurasOptions/OptionsFrames/OptionsFrame.lua @@ -596,7 +596,7 @@ function OptionsPrivate.CreateFrame() else self.Instructions:Hide() end - OptionsPrivate.SortDisplayButtons(filterInput:GetText()) + WeakAuras.SortDisplayButtons(filterInput:GetText()) end) filterInput:SetHeight(15) filterInput:SetPoint("TOP", frame, "TOP", 0, -44)