mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 09:47:36 +00:00
Menu: remove About QT
bloat
This commit is contained in:
parent
eb801ed9d4
commit
4e3a977995
2 changed files with 0 additions and 8 deletions
|
@ -104,8 +104,6 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
|
|||
});
|
||||
connect(ui->actionShow_debug_info, &QAction::triggered, this, &MainWindow::showDebugInfo);
|
||||
connect(ui->actionOfficialWebsite, &QAction::triggered, [=] { Utils::externalLinkWarning("https://featherwallet.org"); });
|
||||
connect(ui->actionAbout_Qt, &QAction::triggered, [=] { QApplication::aboutQt(); });
|
||||
|
||||
|
||||
#if defined(XMRTO)
|
||||
// xmr.to connects/widget
|
||||
|
|
|
@ -419,7 +419,6 @@
|
|||
<string>Help</string>
|
||||
</property>
|
||||
<addaction name="actionAbout"/>
|
||||
<addaction name="actionAbout_Qt"/>
|
||||
<addaction name="actionOfficialWebsite"/>
|
||||
<addaction name="actionDonate_to_Feather"/>
|
||||
<addaction name="separator"/>
|
||||
|
@ -575,11 +574,6 @@
|
|||
<string>Keys</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout_Qt">
|
||||
<property name="text">
|
||||
<string>About Qt</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCreateDesktopEntry">
|
||||
<property name="text">
|
||||
<string>Create desktop entry</string>
|
||||
|
|
Loading…
Reference in a new issue