From 9b89ed5f2ed32cd420133a8cacb9e0899d598ae4 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sat, 6 Jun 2020 07:43:00 +0200 Subject: [PATCH] delete checkbox for message encryption --- src/mainwindow.cpp | 2 -- src/mainwindow.ui | 16 ---------------- 2 files changed, 18 deletions(-) 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 - - -