mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-09-27 03:26:27 -05:00
macOS: Never hide menu bar (#1989)
This commit is contained in:
@@ -1801,7 +1801,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user