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

This commit is contained in:
maliakal_d 2023-05-08 14:20:21 +02:00 committed by GitHub
parent 5912aae53e
commit 6a0fe823b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
} }
} }