mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-01 17:46:52 -04:00
change distant chat status indicator color to differ closed and pending
This commit is contained in:
parent
fdb8dc568c
commit
234b576f38
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void PopupDistantChatDialog::updateDisplay()
|
|||
break ;
|
||||
case RS_DISTANT_CHAT_STATUS_TUNNEL_DN:
|
||||
//std::cerr << "Tunnel asked. Waiting for reponse. " << std::endl;
|
||||
_status_label->setIcon(QIcon(IMAGE_RED_LED));
|
||||
_status_label->setIcon(QIcon(IMAGE_YEL_LED));
|
||||
msg = QObject::tr( "Tunnel is pending... Messages will be delivered as"
|
||||
" soon as possible" );
|
||||
_status_label->setToolTip(msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue