summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-02-16 15:49:35 +0100
committerAL <26797547+Al12rs@users.noreply.github.com>2020-02-16 15:54:40 +0100
commitc02fbe89c7ecb65b39698a014b506be3fc77b853 (patch)
tree0c27385d7fdec8c8d1330e038a140d3383afbdf9 /src/organizercore.cpp
parente33d0f9d35fd8c97dfca413da9a927afd8196631 (diff)
Allow not refreshing downloads when setting their folder, for example during init.
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 18c8bcd4..12302df2 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -106,7 +106,7 @@ OrganizerCore::OrganizerCore(Settings &settings)
, m_ArchivesInit(false)
, m_PluginListsWriter(std::bind(&OrganizerCore::savePluginList, this))
{
- m_DownloadManager.setOutputDirectory(m_Settings.paths().downloads());
+ m_DownloadManager.setOutputDirectory(m_Settings.paths().downloads(), false);
NexusInterface::instance(m_PluginContainer)->setCacheDirectory(
m_Settings.paths().cache());