diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-11 10:58:22 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-11 10:58:22 -0500 |
| commit | e037caf58e918c5bf4693e800069098d74ff5e96 (patch) | |
| tree | 2a1835ca2a41d3c2342594e701d8fb52f3efda01 /src/organizercore.cpp | |
| parent | e33da8402c9f843b2efe3883fba518bdd42bcdd3 (diff) | |
Fix both remove and reinstall updating hidden downloads
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 895b3b9c..999c7732 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -895,6 +895,8 @@ MOBase::IModInterface *OrganizerCore::installMod(const QString &fileName, ModInfoDialog::TAB_INIFILES);
}
m_ModInstalled(modName);
+ m_DownloadManager.markInstalled(fileName);
+ emit modInstalled(modName);
return modInfo.data();
} else {
reportError(tr("mod \"%1\" not found").arg(modName));
|
