summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-11-05 12:55:19 -0600
committerGitHub <noreply@github.com>2023-11-05 12:55:19 -0600
commit8c562fe8a957e6820a2bf6e4f6d1678698d2e913 (patch)
tree90bf9230d56cf9a64f465f024af9d9ed3c6050b0 /src/organizercore.cpp
parent8f77fff215c9cb035738ecf8485427679ea08a2c (diff)
parentc48b7d8803c61077a7886c5db0844edef259cab5 (diff)
Merge pull request #1915 from ModOrganizer2/download_issues
Download issue fixes
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index c06bbae2..5bc3851c 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -831,6 +831,8 @@ OrganizerCore::doInstall(const QString& archivePath, GuessedValue<QString> modNa
ModInfo::Ptr OrganizerCore::installDownload(int index, int priority)
{
+ ScopedDisableDirWatcher scopedDirwatcher(&m_DownloadManager);
+
try {
QString fileName = m_DownloadManager.getFilePath(index);
QString gameName = m_DownloadManager.getGameName(index);