diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index fcc6041..f377784 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -104,8 +104,6 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
});
connect(ui->actionShow_debug_info, &QAction::triggered, this, &MainWindow::showDebugInfo);
connect(ui->actionOfficialWebsite, &QAction::triggered, [=] { Utils::externalLinkWarning("https://featherwallet.org"); });
- connect(ui->actionAbout_Qt, &QAction::triggered, [=] { QApplication::aboutQt(); });
-
#if defined(XMRTO)
// xmr.to connects/widget
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 02a60be..b564772 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -419,7 +419,6 @@
Help
-
@@ -575,11 +574,6 @@
Keys
-
-
- About Qt
-
-
Create desktop entry