mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
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:
@@ -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));
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user