Skip to content

Commit

Permalink
Update min-rating-longer.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
teelolws committed Oct 29, 2024
1 parent bbd89f8 commit 1de3f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/min-rating-longer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function addon.initMinRatingLonger()
end)

hooksecurefunc(LFGListFrame.SearchPanel.FilterButton, "OnMenuClosed", function(self, dropdown)
minRatingFrame:Hide()
if LFGListFrame.CategorySelection.selectedCategory ~= GROUP_FINDER_CATEGORY_ID_DUNGEONS then return end

local enabled = C_LFGList.GetAdvancedFilter()
Expand Down

0 comments on commit 1de3f69

Please sign in to comment.