mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-11 08:15:30 +01:00
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:
parent
a32010e03b
commit
12bd6f0d9b
@ -248,9 +248,6 @@ MainWindow::MainWindow(Application *app, SystemTrayIcon *tray_icon, OSD *osd, co
|
|||||||
|
|
||||||
// Initialise the UI
|
// Initialise the UI
|
||||||
ui_->setupUi(this);
|
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)));
|
connect(app_->current_albumcover_loader(), SIGNAL(AlbumCoverLoaded(Song, QUrl, QImage)), SLOT(AlbumCoverLoaded(Song, QUrl, QImage)));
|
||||||
album_cover_choice_controller_->Init(app);
|
album_cover_choice_controller_->Init(app);
|
||||||
|
Loading…
Reference in New Issue
Block a user