1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Merge pull request #8687 from Chocobo1/folder

Stop creating Download folder on start
This commit is contained in:
Mike Tzou 2018-04-09 13:20:48 +08:00 committed by GitHub
commit c3311e83a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,6 @@ Profile::Profile(Private::Profile *impl, Private::PathConverter *pathConverter)
ensureDirectoryExists(SpecialFolder::Cache); ensureDirectoryExists(SpecialFolder::Cache);
ensureDirectoryExists(SpecialFolder::Config); ensureDirectoryExists(SpecialFolder::Config);
ensureDirectoryExists(SpecialFolder::Data); ensureDirectoryExists(SpecialFolder::Data);
ensureDirectoryExists(SpecialFolder::Downloads);
} }
// to generate correct call to ProfilePrivate::~ProfileImpl() // to generate correct call to ProfilePrivate::~ProfileImpl()