-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
classicAll flavors of classic WoWAll flavors of classic WoW
Description
Im playing TBC Anniversary. Love the addon, its even cleaner if I can hide the group finder eye. This code is accomplishing that in its own little addon for the moment. Would be nice to have it included.
EventUtil.ContinueOnAddOnLoaded("Blizzard_GroupFinder_VanillaStyle", function()
local function SetLFGButton()
if C_LFGList.HasActiveEntryInfo() then
LFGMinimapFrame:Show()
else
LFGMinimapFrame:Hide()
end
end
LFGMinimapFrame:HookScript("OnEvent", SetLFGButton)
SetLFGButton()
end)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
classicAll flavors of classic WoWAll flavors of classic WoW