mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Renabled debug
- Bumped to v1.1.0alpha1
This commit is contained in:
@@ -1281,6 +1281,7 @@ QString bittorrent::getSavePath(QString hash) {
|
||||
savePath = QString::fromUtf8(line.data());
|
||||
}else{
|
||||
// use default save path
|
||||
qDebug("Using default save path because none was set");
|
||||
savePath = defaultSavePath;
|
||||
}
|
||||
// Checking if savePath Dir exists
|
||||
|
||||
Reference in New Issue
Block a user