diff --git a/launcher/modplatform/modrinth/ModrinthCheckUpdate.cpp b/launcher/modplatform/modrinth/ModrinthCheckUpdate.cpp index 381261a26..c81d1fc18 100644 --- a/launcher/modplatform/modrinth/ModrinthCheckUpdate.cpp +++ b/launcher/modplatform/modrinth/ModrinthCheckUpdate.cpp @@ -83,6 +83,8 @@ void ModrinthCheckUpdate::executeTask() void ModrinthCheckUpdate::getUpdateModsForLoader(std::optional loader, bool forceModLoaderCheck) { + m_loaderIdx++; + setStatus(tr("Waiting for the API response from Modrinth...")); setProgress(m_progress + 1, m_progressTotal); @@ -110,7 +112,6 @@ void ModrinthCheckUpdate::getUpdateModsForLoader(std::optionalstart(); }