From e06b8061b5172ede01ff6aae73eb4789ebc8f3d3 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Sat, 1 Jan 2022 21:12:17 +0300 Subject: [PATCH] oops --- WeakAurasOptions/OptionsFrames/OptionsFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)