mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Keep legacy default for random port
This commit is contained in:
parent
4a2fda7edc
commit
41d8585932
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…
Add table
Add a link
Reference in a new issue