mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #8687 from Chocobo1/folder
Stop creating Download folder on start
This commit is contained in:
commit
c3311e83a0
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue