diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-23 21:51:41 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-23 21:51:41 -0500 |
| commit | 4bd860a0d276aa154c0c976c28b6b263a6572801 (patch) | |
| tree | 3ebb26659c0d984f187c75fd3420457bb80b077f /src/organizercore.cpp | |
| parent | 5f14c57555b42a583500829970da221f056be47e (diff) | |
Remove download refresh scoped blocker
- Accidentally added to this branch
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 1 |
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); |
