This commit is contained in:
Igor Timofeev 2017-10-18 18:50:18 +03:00
parent 326b4689d0
commit 8370ef6e30
2 changed files with 2 additions and 3 deletions

View File

@ -980,7 +980,7 @@
type="Application",
icon="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/AppMarket/Icon.pic",
forceDownload=true,
version=1.71,
version=1.72,
resources={
{
path="/Update.pic",

View File

@ -233,12 +233,11 @@ tabs[5].onTouch = function() displayApps(1, nil, nil, true) end
----------------------------------------------------------------------------------------------------------------
updateApplicationList()
if select(1, ...) == "updates" then
window.tabBar.selectedItem = 5
end
updateApplicationList()
tabs[window.tabBar.selectedItem].onTouch()