summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-23 21:51:41 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-23 21:51:41 -0500
commit4bd860a0d276aa154c0c976c28b6b263a6572801 (patch)
tree3ebb26659c0d984f187c75fd3420457bb80b077f /src/organizercore.cpp
parent5f14c57555b42a583500829970da221f056be47e (diff)
Remove download refresh scoped blocker
- Accidentally added to this branch
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index dda731ba..b4e758d1 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -831,7 +831,6 @@ 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);