eblo na nol ya tut korol

This commit is contained in:
Igor Timofeev 2018-02-19 19:07:16 +03:00
parent 7ad22a329e
commit 7f023ec25f

View File

@ -1700,13 +1700,12 @@ end
--------------------------------------------------------------------------------
loadConfig()
lastMethod = statistics
if args[1] == "updates" then
lastArguments = {nil, true}
lastMethod, lastArguments = updateFileList, {nil, true}
window.tabBar.selectedItem = #categories + 2
else
lastArguments = {}
lastMethod, lastArguments = statistics, {}
end
window:resize(window.width, window.height)