We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1d13c commit 5c3efdcCopy full SHA for 5c3efdc
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