Remove Apps menu option and ctrl+m shortcut
This commit is contained in:
@@ -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, [=]() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user