From bc092d688fa2bb4f48d8811e99cf6af7541c1082 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Sun, 1 Feb 2026 02:02:16 +0500 Subject: [PATCH] fix(ModrinthCheckUpdate): always increment loader index Signed-off-by: Octol1ttle (cherry picked from commit e7382fd43dc5bde90c10b5d61b99814d84c07290) --- launcher/modplatform/modrinth/ModrinthCheckUpdate.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }