Bulk cancel (#11)

* Added Bulk Cancel for 100 items

* Bugfix: filter out tradeskills that don't craft

* Remove excess prints
This commit is contained in:
Xan-Asc
2023-11-25 16:23:50 -08:00
committed by GitHub
parent 66cded94ba
commit 1da9c62e6b
14 changed files with 55 additions and 7 deletions
@@ -73,6 +73,7 @@ function private:CreateButtons(parent)
button:SetPoint("TOPLEFT")
button:SetWidth(80)
button:SetHeight(height)
button.tooltip = L["Hold Alt to cancel 100 auctions at a time"]
button:SetText(L["Cancel"])
button.which = "action"
button:SetScript("OnClick", OnClick)