2021-07-06 Fred Gleason <fredg@paravelsystems.com>

* Modified the sound panel buttons in rdpanel(1) to display channel
	labels when playing.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-07-06 12:16:16 -04:00
parent 6da2004233
commit cd9db41011
2 changed files with 5 additions and 1 deletions

View File

@@ -202,7 +202,8 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
if(unique) {
next_output++;
}
panel_panel->setOutputText(i,QString().sprintf("%d",output));
panel_panel->
setOutputText(i,rda->panelConf()->soundPanelChannelName(output));
}
//