From c48b7d8803c61077a7886c5db0844edef259cab5 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 5 Nov 2023 12:37:16 -0600 Subject: Download issue fixes - Add scoped watcher disabler - Disable during mod install - Update interprocess message handler to fix 'unable to communicate' issues --- src/organizercore.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/organizercore.cpp') 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 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