lock emoji button too

This commit is contained in:
DenioD
2020-07-29 09:50:36 +02:00
parent a8ccbb3a86
commit 851289fb4c
2 changed files with 11 additions and 2 deletions

View File

@@ -127,6 +127,8 @@ void Chat::renderChatBox(Ui::MainWindow *ui, QListView *view, QLabel *label)
chat->appendRow(Items1);
ui->listChat->setModel(chat);
ui->memoTxtChat->setEnabled(true);
ui->emojiButton->setEnabled(true);
ui->sendChatButton->setEnabled(true);
}
else