mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Fix default temp path on Windows
Bump to rc11
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
||||
|
||||
static QString getTempPath() {
|
||||
QIniSettings settings("qBittorrent", "qBittorrent");
|
||||
QString temp = QDir::home().absoluteFilePath("qBT_dir")+QDir::separator()+"temp";
|
||||
QString temp = QDir(getSavePath()).absoluteFilePath("temp");
|
||||
return settings.value(QString::fromUtf8("Preferences/Downloads/TempPath"), temp).toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user