mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fix new settings not being saved
This commit is contained in:
parent
a6207f70d5
commit
04e008afa0
4 changed files with 21 additions and 20 deletions
|
@ -1794,6 +1794,7 @@ QString Bittorrent::getSavePath(QString hash) {
|
|||
if(savePath.isEmpty())
|
||||
savePath = defaultSavePath;
|
||||
if(appendLabelToSavePath) {
|
||||
qDebug("appendLabelToSavePath is true");
|
||||
QString label = TorrentTempData::getLabel(hash);
|
||||
if(!label.isEmpty()) {
|
||||
QDir save_dir(savePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue