From 65f5c8f8b8b8bc1ec0ac920a0d7e11315a0b8501 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 16 May 2020 11:44:00 +0200 Subject: [PATCH] added "personal mix at server: " according to #187 --- src/audiomixerboard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index 5f674e85..700e3ea1 100755 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -653,9 +653,9 @@ void CAudioMixerBoard::ApplyNewConClientList ( CVector& vecChanInf { // we want to set the server name only if the very first faders appear // in the audio mixer board to show a "try to connect" before - if ( pGroupBox->title().compare ( strServerName ) ) + if ( bNoFaderVisible ) { - pGroupBox->setTitle ( strServerName ); + pGroupBox->setTitle ( tr ( "Personal Mix at the Server: " ) + strServerName ); } // get number of connected clients