#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);