lots of polish for the stat modules but the interface is still clumsy

This commit is contained in:
Manuel Simon Hirsig
2016-01-17 10:15:46 +01:00
parent 9c520df47c
commit 4ea7aaeb6f
4 changed files with 36 additions and 122 deletions
+2 -2
View File
@@ -31,12 +31,12 @@ function public.start_scan()
private.process_auction(auction_info)
end,
on_complete = function()
Aux.log('Scan complete: Old auctions were removed from the snapshot.')
Aux.log('Scan complete.')
-- AuxHistoryStopButton:Hide()
-- AuxHistoryScanButton:Show()
end,
on_abort = function()
Aux.log('Scanning aborted.')
Aux.log('Scan aborted.')
-- AuxHistoryStopButton:Hide()
-- AuxHistoryScanButton:Show()
end,