We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6faeb4 + 5c3efdc commit 7fff0c1Copy full SHA for 7fff0c1
1 file changed
retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp
@@ -124,6 +124,8 @@ void PopupDistantChatDialog::handleEvent_main_thread(std::shared_ptr<const RsEve
124
_status_label->setToolTip(msg);
125
getChatWidget()->updateStatusString("%1", msg, true);
126
getChatWidget()->blockSending(tr( "The distant peer refuses distant chat." ));
127
+ getChatWidget()->addChatMsg(true, tr("Chat status"), QDateTime::currentDateTime(), QDateTime::currentDateTime()
128
+ , tr("The distant peer refuses distant chat."), ChatWidget::MSGTYPE_SYSTEM);
129
setPeerStatus(RsStatusValue::RS_STATUS_OFFLINE);
130
break ;
131
0 commit comments