mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Merge pull request #2484 from ngosang/create_torrent
Fix: default settings in "Create Torrent" dialog
This commit is contained in:
commit
8eaaa41573
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue