diff --git a/src/core/mainwindow.cpp b/src/core/mainwindow.cpp index 7fd9c4b8b..0c55be94f 100644 --- a/src/core/mainwindow.cpp +++ b/src/core/mainwindow.cpp @@ -248,9 +248,6 @@ MainWindow::MainWindow(Application *app, SystemTrayIcon *tray_icon, OSD *osd, co // Initialise the UI ui_->setupUi(this); -#ifdef Q_OS_MACOS - ui_->menu_help->menuAction()->setVisible(false); -#endif connect(app_->current_albumcover_loader(), SIGNAL(AlbumCoverLoaded(Song, QUrl, QImage)), SLOT(AlbumCoverLoaded(Song, QUrl, QImage))); album_cover_choice_controller_->Init(app);