mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-19 21:46:08 -04:00
Fix sticker button disabled on distant chat
This commit is contained in:
parent
33236aeca3
commit
e8bdce6e23
@ -440,7 +440,7 @@ void ChatWidget::blockSending(QString msg)
|
||||
#ifndef RS_ASYNC_CHAT
|
||||
// sendingBlocked = true;
|
||||
// ui->sendButton->setEnabled(false);
|
||||
ui->stickerButton->setEnabled(false);
|
||||
// ui->stickerButton->setEnabled(false);
|
||||
#endif
|
||||
ui->sendButton->setToolTip(msg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user