mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-08-09 14:06:50 -05:00
Merge 14b0d7d0de into daacdda0ba
This commit is contained in:
commit
234ae87bcc
|
|
@ -1790,7 +1790,9 @@ void MainWindow::SetMenuVisible(bool state)
|
|||
if (m_menu_visible == state)
|
||||
return;
|
||||
|
||||
#if !BOOST_OS_MACOS
|
||||
SetMenuBar(state ? m_menuBar : nullptr);
|
||||
#endif
|
||||
m_menu_visible = state;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user