mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 17:56:50 +03: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 {
|
||||
{QLatin1String {"BitTorrent/Session/QueueingSystemEnabled"}, true, false}
|
||||
{QLatin1String {"BitTorrent/Session/QueueingSystemEnabled"}, true, false},
|
||||
{QLatin1String {"BitTorrent/Session/UseRandomPort"}, false, true}
|
||||
};
|
||||
|
||||
SettingsStorage *settingsStorage {SettingsStorage::instance()};
|
||||
|
|
Loading…
Reference in a new issue