// will not reflect this
if (speedScale.open(auto ? -1 : maxBandwidth, Constants.isWindows
|| Constants.isLinux)) {
int value = speedScale.getValue();
if (!speedScale.wasMenuChosen() || lastValue == value) {
COConfigurationManager.setParameter(config_prefix + "last",
maxBandwidth);
}
if (value >= 0) {