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

This commit is contained in:
maliakal_d 2023-05-08 16:13:09 +02:00 committed by GitHub
parent d65825e9ef
commit 74acbb15f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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