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, [=]() {
|
||||
|
||||
|
||||
@@ -1957,12 +1957,6 @@
|
||||
<addaction name="actionFile_a_bug"/>
|
||||
<addaction name="actionAbout"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuApps">
|
||||
<property name="title">
|
||||
<string>&Apps</string>
|
||||
</property>
|
||||
<addaction name="actionConnect_Mobile_App"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Edit">
|
||||
<property name="title">
|
||||
<string>&Edit</string>
|
||||
@@ -1979,7 +1973,6 @@
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menu_Edit"/>
|
||||
<addaction name="menuApps"/>
|
||||
<addaction name="menuHelp"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusBar"/>
|
||||
@@ -2049,14 +2042,6 @@
|
||||
<string>Pay hush &URI...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionConnect_Mobile_App">
|
||||
<property name="text">
|
||||
<string>Connect mobile &app</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+M</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Recurring_Payments">
|
||||
<property name="text">
|
||||
<string>&Recurring Payments</string>
|
||||
|
||||
Reference in New Issue
Block a user