mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Enable peer country resolution as a default
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user