diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0a14108..8e9b7c5 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -96,14 +96,6 @@ MainWindow::MainWindow(QWidget *parent) : // Validate Address QObject::connect(ui->actionValidate_Address, &QAction::triggered, this, &MainWindow::validateAddress); - // Connect mobile app - QObject::connect(ui->actionConnect_Mobile_App, &QAction::triggered, this, [=] () { - if (rpc->getConnection() == nullptr) - return; - - AppDataServer::getInstance()->connectAppDialog(this); - }); - // Address Book QObject::connect(ui->action_Address_Book, &QAction::triggered, this, &MainWindow::addressBook); diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 1ae7282..6a16cef 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1619,7 +1619,6 @@ &Apps -