From 5a8d8c7421ef899157e11f47a8c4c9a3cf3d68df Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Mon, 4 May 2020 20:23:08 +0200 Subject: [PATCH] fix stag png --- src/contactrequest.ui | 2 +- src/mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");