diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c79dee4..cf6b039 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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); diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 5426af5..505be91 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1592,22 +1592,6 @@ - - - - - 0 - 0 - - - - Qt::LeftToRight - - - Message encryption/decryption ON - - -