From 6c2d6d876dada55d69cf699242f62dfa63e5f545 Mon Sep 17 00:00:00 2001 From: fekt Date: Mon, 20 Feb 2023 10:59:13 -0500 Subject: [PATCH] Remove Apps menu option and ctrl+m shortcut --- src/mainwindow.cpp | 9 --------- src/mainwindow.ui | 15 --------------- 2 files changed, 24 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 6ee0e25..87c4c26 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5,7 +5,6 @@ #include "viewalladdresses.h" #include "ui_encryption.h" #include "ui_mainwindow.h" -#include "ui_mobileappconnector.h" #include "ui_addressbook.h" #include "ui_privkey.h" #include "ui_about.h" @@ -158,14 +157,6 @@ MainWindow::MainWindow(QWidget *parent) : // Export transactions QObject::connect(ui->actionExport_transactions, &QAction::triggered, this, &MainWindow::exportTransactions); - // Connect mobile app - QObject::connect(ui->actionConnect_Mobile_App, &QAction::triggered, this, [=] () { - if (rpc->getConnection() == nullptr) - return; - - AppDataServer::getInstance()->connectAppDialog(this); - }); - // Rescan QObject::connect(ui->actionRescan, &QAction::triggered, [=]() { diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 165c8e2..5ed6682 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1957,12 +1957,6 @@ - - - &Apps - - - &Edit @@ -1979,7 +1973,6 @@ - @@ -2049,14 +2042,6 @@ Pay hush &URI... - - - Connect mobile &app - - - Ctrl+M - - &Recurring Payments