Gathering Tracker

Gathering Tracker

81.5k Downloads

[Enhancement] Add GT:ResetSession() to the filterButton

b-morgan opened this issue ยท 1 comments

commented

I added Shift-LeftClick to the filterButton as shown below:

    filterButton:SetScript("OnClick", function(self, button, down)
        if button == "LeftButton" and IsShiftKeyDown() then
            GT:ResetSession()
        elseif button == "LeftButton" then
            GT:GenerateFiltersMenu(self)
        elseif button == "RightButton" then
            GT:ClearFilters()
        end
    end)
commented

added in v2.6.7