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