mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
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.
This commit is contained in:
parent
9e4f246c89
commit
6bbcf9b3d6
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