Remove Apps menu option and ctrl+m shortcut
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
#include "viewalladdresses.h"
|
#include "viewalladdresses.h"
|
||||||
#include "ui_encryption.h"
|
#include "ui_encryption.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "ui_mobileappconnector.h"
|
|
||||||
#include "ui_addressbook.h"
|
#include "ui_addressbook.h"
|
||||||
#include "ui_privkey.h"
|
#include "ui_privkey.h"
|
||||||
#include "ui_about.h"
|
#include "ui_about.h"
|
||||||
@@ -158,14 +157,6 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
// Export transactions
|
// Export transactions
|
||||||
QObject::connect(ui->actionExport_transactions, &QAction::triggered, this, &MainWindow::exportTransactions);
|
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
|
// Rescan
|
||||||
QObject::connect(ui->actionRescan, &QAction::triggered, [=]() {
|
QObject::connect(ui->actionRescan, &QAction::triggered, [=]() {
|
||||||
|
|
||||||
|
|||||||
@@ -1957,12 +1957,6 @@
|
|||||||
<addaction name="actionFile_a_bug"/>
|
<addaction name="actionFile_a_bug"/>
|
||||||
<addaction name="actionAbout"/>
|
<addaction name="actionAbout"/>
|
||||||
</widget>
|
</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">
|
<widget class="QMenu" name="menu_Edit">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>&Edit</string>
|
<string>&Edit</string>
|
||||||
@@ -1979,7 +1973,6 @@
|
|||||||
</widget>
|
</widget>
|
||||||
<addaction name="menuFile"/>
|
<addaction name="menuFile"/>
|
||||||
<addaction name="menu_Edit"/>
|
<addaction name="menu_Edit"/>
|
||||||
<addaction name="menuApps"/>
|
|
||||||
<addaction name="menuHelp"/>
|
<addaction name="menuHelp"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QStatusBar" name="statusBar"/>
|
<widget class="QStatusBar" name="statusBar"/>
|
||||||
@@ -2049,14 +2042,6 @@
|
|||||||
<string>Pay hush &URI...</string>
|
<string>Pay hush &URI...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</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">
|
<action name="action_Recurring_Payments">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Recurring Payments</string>
|
<string>&Recurring Payments</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user