diff --git a/source/ui/section/networkinstall.c b/source/ui/section/networkinstall.c index 99b9cd2..9c5a449 100644 --- a/source/ui/section/networkinstall.c +++ b/source/ui/section/networkinstall.c @@ -176,7 +176,7 @@ static void networkinstall_install_update(ui_view* view, void* data, float* prog return; } } else { - networkInstallData->processed++; + networkInstallData->installResult.finished = true; } } } @@ -300,4 +300,4 @@ void networkinstall_open() { view->drawTop = NULL; view->drawBottom = networkinstall_wait_draw_bottom; ui_push(view); -} \ No newline at end of file +}