mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
Fixed refused connection notify disable msg button
This commit is contained in:
parent
98c2e5fad6
commit
776141a8fd
@ -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…
Reference in New Issue
Block a user