Skip to content

Commit

Permalink
Merge pull request #3839 from Holzhaus/hide-menubar-during-startup
Browse files Browse the repository at this point in the history
MixxxMainWindow: Hide menubar during startup
  • Loading branch information
ronso0 authored May 9, 2021
2 parents a75a0e7 + 1d3dea1 commit 3448226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ MixxxMainWindow::MixxxMainWindow(QApplication* pApp, const CmdlineArgs& args)
m_pSettingsManager->settings(), pApp, args.getLocale());

createMenuBar();
m_pMenuBar->hide();

initializeWindow();

Expand Down Expand Up @@ -580,6 +581,7 @@ void MixxxMainWindow::initialize(QApplication* pApp, const CmdlineArgs& args) {
}
emit skinLoaded();

m_pMenuBar->show();

// Wait until all other ControlObjects are set up before initializing
// controllers
Expand Down

0 comments on commit 3448226

Please sign in to comment.