Skip to content

Commit

Permalink
Update DropDown.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Sep 25, 2024
1 parent 4505b66 commit 15589ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tukui/Modules/Miscellaneous/DropDown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ function DropDown:Enable()

hooksecurefunc(Manager, "OpenMenu", self.Skin)
hooksecurefunc(Manager, "OpenContextMenu", self.Skin)

-- TWW need rework
self.Open = function() T.Print("Not available for Retail yet, work in progress") return end
else
local Menu

Expand Down

0 comments on commit 15589ee

Please sign in to comment.