delete checkbox for message encryption

This commit is contained in:
DenioD
2020-06-06 07:43:00 +02:00
parent 38e404def5
commit 9b89ed5f2e
2 changed files with 0 additions and 18 deletions

View File

@@ -1360,8 +1360,6 @@ void MainWindow::setupchatTab() {
ui->memoTxtChat->setTextColor("Black");
}
ui->decryptionMessage->setChecked(true);
QObject::connect(ui->sendChatButton, &QPushButton::clicked, this, &MainWindow::sendChat);
QObject::connect(ui->safeContactRequest, &QPushButton::clicked, this, &MainWindow::addContact);