Fix sticker button disabled on distant chat

This commit is contained in:
hunbernd 2019-12-24 00:14:38 +01:00
parent 33236aeca3
commit e8bdce6e23

View File

@ -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);
}