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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user