changed gain mode. dynamic_gain_mode to dynamic only. binaries in

This commit is contained in:
2021-08-06 16:38:05 +02:00
parent 67916cc188
commit e92270565b
20 changed files with 21 additions and 25 deletions

View File

@ -132,7 +132,7 @@ void qTabSettings::SetupDetectorSettings() {
}
void qTabSettings::SetupGainMode() {
comboGainMode->setCurrentIndex(DYNAMIC_GAIN_MODE);
comboGainMode->setCurrentIndex(DYNAMIC);
ShowFixG0(false);
}