summary refs log tree commit diff
path: root/src/ActiveCallBar.cpp
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-07-29 18:16:52 -0400
committertrilene <trilene@runbox.com>2020-07-29 18:16:52 -0400
commit97681ccf648e68d85aea39de22684ff52e9470c8 (patch)
tree858cc4385f6de87b0e021d4ee4f5bc6f654e95ba /src/ActiveCallBar.cpp
parentHandle ICE failure (diff)
downloadnheko-97681ccf648e68d85aea39de22684ff52e9470c8.tar.xz
Remove references to video calls
Diffstat (limited to 'src/ActiveCallBar.cpp')
-rw-r--r--src/ActiveCallBar.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ActiveCallBar.cpp b/src/ActiveCallBar.cpp

index e55b2e86..7f07982a 100644 --- a/src/ActiveCallBar.cpp +++ b/src/ActiveCallBar.cpp
@@ -110,7 +110,7 @@ ActiveCallBar::setCallParty( const QString &avatarUrl) { callPartyLabel_->setText(" " + - (displayName.isEmpty() ? userid : displayName) + " -"); + (displayName.isEmpty() ? userid : displayName) + " "); if (!avatarUrl.isEmpty()) avatar_->setImage(avatarUrl); @@ -142,7 +142,8 @@ ActiveCallBar::update(WebRTCSession::State state) show(); callStartTime_ = QDateTime::currentSecsSinceEpoch(); timer_->start(1000); - stateLabel_->setText("Voice call:"); + stateLabel_->setPixmap(QIcon(":/icons/icons/ui/place-call.png"). + pixmap(QSize(buttonSize_, buttonSize_))); durationLabel_->setText("00:00"); durationLabel_->show(); break;