mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Fix Create Torrent dialog
This commit is contained in:
@@ -1840,7 +1840,7 @@ void Preferences::setCreateTorLastSavePath(const QString &path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QString Preferences::getCreateTorTrackers() const {
|
QString Preferences::getCreateTorTrackers() const {
|
||||||
return value("CreateTorrent/TrackerList", QDir::homePath()).toString();
|
return value("CreateTorrent/TrackerList").toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preferences::setCreateTorTrackers(const QString &path) {
|
void Preferences::setCreateTorTrackers(const QString &path) {
|
||||||
|
|||||||
Reference in New Issue
Block a user