Skip to content

Commit

Permalink
[SOD] Fix chat dropdown on SOD as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Sep 24, 2024
1 parent 1e616ff commit 64d973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tukui/Modules/Miscellaneous/DropDown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function DropDown:Skin()
end

function DropDown:Enable()
if (T.Retail) or (T.Cata and T.WoWBuild >= 56714) then
if (T.Retail) or (T.Cata and T.WoWBuild >= 56714) or T.Classic then
local Manager = Menu.GetManager()

hooksecurefunc(Manager, "OpenMenu", self.Skin)
Expand Down

0 comments on commit 64d973b

Please sign in to comment.