mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-21 05:14:49 -04:00
Fixed refused connection notify disable msg button
This commit is contained in:
parent
98c2e5fad6
commit
776141a8fd
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void PeerItem::updateItem()
|
|||
|
||||
/* do buttons */
|
||||
chatButton->setEnabled(details.state & RS_PEER_STATE_CONNECTED);
|
||||
if (details.state & RS_PEER_STATE_FRIEND)
|
||||
if (details.state & RS_PEER_STATE_CONNECTED)
|
||||
{
|
||||
sendmsgButton->setEnabled(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue