mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Enable peer country resolution as a default
This commit is contained in:
parent
7c84551150
commit
3987d0b5ef
2 changed files with 13 additions and 7 deletions
|
@ -201,7 +201,7 @@ public:
|
|||
|
||||
static bool resolvePeerCountries() {
|
||||
QSettings settings("qBittorrent", "qBittorrent");
|
||||
return settings.value(QString::fromUtf8("Preferences/Connection/ResolvePeerCountries"), false).toBool();
|
||||
return settings.value(QString::fromUtf8("Preferences/Connection/ResolvePeerCountries"), true).toBool();
|
||||
}
|
||||
|
||||
static bool resolvePeerHostNames() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue