mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
Fix sticker button disabled on distant chat
This commit is contained in:
parent
33236aeca3
commit
e8bdce6e23
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ void ChatWidget::blockSending(QString msg)
|
||||||
#ifndef RS_ASYNC_CHAT
|
#ifndef RS_ASYNC_CHAT
|
||||||
// sendingBlocked = true;
|
// sendingBlocked = true;
|
||||||
// ui->sendButton->setEnabled(false);
|
// ui->sendButton->setEnabled(false);
|
||||||
ui->stickerButton->setEnabled(false);
|
// ui->stickerButton->setEnabled(false);
|
||||||
#endif
|
#endif
|
||||||
ui->sendButton->setToolTip(msg);
|
ui->sendButton->setToolTip(msg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue