Show this error too

This commit is contained in:
Federico Cecchetto 2022-06-25 21:06:14 +02:00
parent 8fe481820e
commit 9b15e76bfc

View File

@ -66,11 +66,6 @@ function startupdatedownload(popup, autoclose)
end end
if (not updater.getupdatedownloadstatus()) then if (not updater.getupdatedownloadstatus()) then
if (autoclose) then
LUI.FlowManager.RequestLeaveMenu(popup)
return
end
popup.text:setText("Error: " .. updater.getlasterror()) popup.text:setText("Error: " .. updater.getlasterror())
return return
end end