Disable latency-measurement for half-duplex devices
This prevents excessive error popup dialog popups when trying to measure latency for half-duplex devices.
This commit is contained in:
parent
92f54b3e98
commit
3adc9e4ec0
@ -2920,6 +2920,8 @@ EngineControl::manage_control_app_sensitivity ()
|
||||
} else {
|
||||
control_app_button.set_sensitive (true);
|
||||
}
|
||||
|
||||
lm_button_audio.set_sensitive (backend->can_measure_systemic_latency ());
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user