allow to send a message only if their was a initial contact request #168

This commit is contained in:
DenioD
2020-07-26 17:10:21 +02:00
parent caa74f6efc
commit ec5a88aafd
3 changed files with 491 additions and 491 deletions

View File

@@ -126,7 +126,7 @@ void Chat::renderChatBox(Ui::MainWindow *ui, QListView *view, QLabel *label)
Items1->setData(INCOMING, Qt::UserRole + 1);
chat->appendRow(Items1);
ui->listChat->setModel(chat);
ui->memoTxtChat->setEnabled(true);
}
else