mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-28 00:07:09 -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 */
|
/* do buttons */
|
||||||
chatButton->setEnabled(details.state & RS_PEER_STATE_CONNECTED);
|
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);
|
sendmsgButton->setEnabled(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user