View Single Post
05-10-20, 06:34 PM   #4
SlimShady1805
A Defias Bandit
Join Date: May 2020
Posts: 3
Originally Posted by Phanx View Post
This will probably work:

Code:
local function OnDoubleClick(self, button)
    LFGListSearchPanel_SignUp(self:GetParent():GetParent():GetParent())
end

for _, button in pairs(LFGListFrame.SearchPanel.ScrollFrame.buttons) do
    button:SetScript("OnDoubleClick", OnDoubleClick)
end
You can use http://addon.bool.no/ to turn it into an addon.
Hi, should it work for 8.3 ?
I did as you said, but it doesnt shows off in the In-Game Addon Folder.
  Reply With Quote