From 6bbcf9b3d66b9fc701c10406bc028bfcefb68ecf Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 5 Apr 2018 14:05:14 +0800 Subject: [PATCH] Stop creating Download folder on start The existence of this folder isn't required to run qbt and it can be created when adding torrent. Closes #8290. --- src/base/profile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/base/profile.cpp b/src/base/profile.cpp index ccbdaf745..4eabc2f37 100644 --- a/src/base/profile.cpp +++ b/src/base/profile.cpp @@ -43,7 +43,6 @@ Profile::Profile(Private::Profile *impl, Private::PathConverter *pathConverter) ensureDirectoryExists(SpecialFolder::Cache); ensureDirectoryExists(SpecialFolder::Config); ensureDirectoryExists(SpecialFolder::Data); - ensureDirectoryExists(SpecialFolder::Downloads); } // to generate correct call to ProfilePrivate::~ProfileImpl()