From 12bd6f0d9b7d0ba88c6f63bf397d209412a0b538 Mon Sep 17 00:00:00 2001 From: llucps Date: Wed, 7 Aug 2019 18:26:11 +0200 Subject: [PATCH] Enable About Strawberry and QT menu on macOS (#237) * Enable About Strawberry and QT menu on macOS * Enable About Strawberry and QT menu on macOS --- src/core/mainwindow.cpp | 3 --- 1 file changed, 3 deletions(-) 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);