1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Fix Create Torrent dialog

This commit is contained in:
ngosang 2015-02-01 23:47:24 +01:00
parent c6248fb162
commit 85610b3b7d

View File

@ -1840,7 +1840,7 @@ void Preferences::setCreateTorLastSavePath(const QString &path) {
}
QString Preferences::getCreateTorTrackers() const {
return value("CreateTorrent/TrackerList", QDir::homePath()).toString();
return value("CreateTorrent/TrackerList").toString();
}
void Preferences::setCreateTorTrackers(const QString &path) {