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
@@ -65,7 +65,11 @@ end
function Manage:OnGUIEvent(event)
if event == "action" then
Util:DoAction()
if mode == "Cancel" and IsAltKeyDown() then
Util:BulkCancel()
else
Util:DoAction()
end
elseif event == "skip" then
Util:SkipItem()
elseif event == "stop" then