mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-11 17:06:38 +00:00
MainWindow: hide check for updates on macos
This commit is contained in:
parent
79bc2a8b69
commit
bbac1957aa
1 changed files with 4 additions and 0 deletions
|
@ -372,6 +372,10 @@ void MainWindow::initMenu() {
|
|||
#else
|
||||
ui->actionCheckForUpdates->setVisible(false);
|
||||
#endif
|
||||
#if defined(Q_OS_MACOS)
|
||||
ui->actionCheckForUpdates->setVisible(false);
|
||||
#endif
|
||||
|
||||
connect(ui->actionOfficialWebsite, &QAction::triggered, [this](){Utils::externalLinkWarning(this, "https://featherwallet.org");});
|
||||
connect(ui->actionDonate_to_Feather, &QAction::triggered, this, &MainWindow::donateButtonClicked);
|
||||
connect(ui->actionDocumentation, &QAction::triggered, this, &MainWindow::onShowDocumentation);
|
||||
|
|
Loading…
Reference in a new issue