mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #4203
noavarice (1): fix: changed incorrect videocall button offline tooltip
This commit is contained in:
commit
3dcb8a62a4
|
@ -525,7 +525,7 @@ void ChatForm::updateCallButtons()
|
|||
|
||||
videoButton->setObjectName(online ? "green" : "");
|
||||
videoButton->setToolTip(online ? tr("Start video call") :
|
||||
tr("Can't start audio call"));
|
||||
tr("Can't start video call"));
|
||||
}
|
||||
|
||||
callButton->setStyleSheet(Style::getStylesheet(QStringLiteral(":/ui/callButton/callButton.css")));
|
||||
|
|
Loading…
Reference in New Issue
Block a user