mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Merge pull request #8687 from Chocobo1/folder
Stop creating Download folder on start
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user