mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Redesign "Incomplete folder" feature
Change "Incomplete/temp folder" term with "download folder". Allow to set "download folder" per torrent (in manual mode) and per category (in automatic mode).
This commit is contained in:
committed by
Vladimir Golovnev (glassez)
parent
b0e41abf5a
commit
1c0f8b4289
@@ -88,8 +88,6 @@ QString Profile::location(const SpecialFolder folder) const
|
||||
break;
|
||||
}
|
||||
|
||||
if (!result.endsWith(QLatin1Char('/')))
|
||||
result += QLatin1Char('/');
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user