diff --git a/src/contactrequest.ui b/src/contactrequest.ui index cee434f..5edcfa6 100644 --- a/src/contactrequest.ui +++ b/src/contactrequest.ui @@ -36,7 +36,7 @@ - :/icons/res/Hirsch.png + :/icons/res/Stag.png diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c2b1403..a4bee22 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -40,7 +40,7 @@ MainWindow::MainWindow(QWidget *parent) : ui->setupUi(this); - ui->request->setChecked(true); + ui->request->setChecked(false); logger = new Logger(this, QDir(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath("silentdragonlite-wallet.log")); ui->memoTxtChat->setAutoFillBackground(false); ui->memoTxtChat->setPlaceholderText("Send Message");