fix: Content store still displaying updates after updating

This commit is contained in:
WerWolv
2025-07-22 23:03:31 +02:00
parent aa6e461340
commit 59695dcad6

View File

@@ -355,6 +355,9 @@ namespace hex::plugin::builtin {
entry.hasUpdate = false;
entry.downloading = false;
if (m_updateCount > 0)
m_updateCount -= 1;
task.increment();
}
}