mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Content store still displaying updates after updating
This commit is contained in:
@@ -355,6 +355,9 @@ namespace hex::plugin::builtin {
|
||||
entry.hasUpdate = false;
|
||||
entry.downloading = false;
|
||||
|
||||
if (m_updateCount > 0)
|
||||
m_updateCount -= 1;
|
||||
|
||||
task.increment();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user