mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Keep legacy default for random port
This commit is contained in:
@@ -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()};
|
||||||
|
|||||||
Reference in New Issue
Block a user