mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00: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
@ -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…
x
Reference in New Issue
Block a user