We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c574b commit c671327Copy full SHA for c671327
1 file changed
ground/gcs/src/plugins/config/configoutputwidget.cpp
@@ -169,6 +169,7 @@ void ConfigOutputWidget::enableControls(bool enable)
169
170
if (!enable) {
171
m_ui->channelOutTest->setChecked(false);
172
+ channelTestsStarted = false;
173
}
174
m_ui->channelOutTest->setEnabled(enable);
175
0 commit comments