enable fix g0 when in expert mode (when gain mode enabled and not just visible) (#736)

This commit is contained in:
2023-05-08 14:20:21 +02:00
committed by GitHub
parent 5912aae53e
commit 6a0fe823b3

View File

@ -132,7 +132,7 @@ void qTabSettings::SetupWidgetWindow() {
} }
void qTabSettings::SetExportMode(bool exportMode) { void qTabSettings::SetExportMode(bool exportMode) {
if (comboGainMode->isVisible()) { if (comboGainMode->isEnabled()) {
ShowFixG0(exportMode); ShowFixG0(exportMode);
} }
} }