Browse Source

Merge pull request #12000 from an0n666/legacy-default-no-random-port

Keep legacy default for random port
adaptive-webui-19844
Mike Tzou 5 years ago committed by GitHub
parent
commit
882978c80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/app/upgrade.cpp

3
src/app/upgrade.cpp

@ -93,7 +93,8 @@ void handleChangedDefaults(const DefaultPreferencesMode mode) @@ -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…
Cancel
Save