From 4bd860a0d276aa154c0c976c28b6b263a6572801 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sat, 23 Sep 2023 21:51:41 -0500 Subject: Remove download refresh scoped blocker - Accidentally added to this branch --- src/organizercore.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/organizercore.cpp') 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 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); -- cgit v1.3.1