Small fix

This commit is contained in:
fed 2022-03-04 10:38:06 +01:00
parent ad6bb9b1ba
commit c07d8a5757

View File

@ -88,12 +88,7 @@ function startupdatedownload(popup, autoclose)
updater.relaunch()
end
})
end
if (autoclose) then
LUI.FlowManager.RequestLeaveMenu(popup)
end
else
if (LUI.mp_menus) then
Engine.Exec("lui_restart; lui_open mp_main_menu")
else
@ -101,6 +96,11 @@ function startupdatedownload(popup, autoclose)
end
end
if (autoclose) then
LUI.FlowManager.RequestLeaveMenu(popup)
end
end
createtask({
done = updater.isupdatedownloaddone,
cancelled = isupdatecancelled,