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
This commit is contained in:
llucps 2019-08-07 18:26:11 +02:00 committed by Jonas Kvinge
parent a32010e03b
commit 12bd6f0d9b
1 changed files with 0 additions and 3 deletions

View File

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