Skip to content

Hide Group Eye #134

@RealVranx

Description

@RealVranx

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    classicAll flavors of classic WoW

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions