mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Merge pull request #12000 from an0n666/legacy-default-no-random-port
Keep legacy default for random port
This commit is contained in:
commit
882978c80a
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ void handleChangedDefaults(const DefaultPreferencesMode mode)
|
||||||
};
|
};
|
||||||
|
|
||||||
const QVector<DefaultValue> changedDefaults {
|
const QVector<DefaultValue> changedDefaults {
|
||||||
{QLatin1String {"BitTorrent/Session/QueueingSystemEnabled"}, true, false}
|
{QLatin1String {"BitTorrent/Session/QueueingSystemEnabled"}, true, false},
|
||||||
|
{QLatin1String {"BitTorrent/Session/UseRandomPort"}, false, true}
|
||||||
};
|
};
|
||||||
|
|
||||||
SettingsStorage *settingsStorage {SettingsStorage::instance()};
|
SettingsStorage *settingsStorage {SettingsStorage::instance()};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue