mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(WIN32) Read menubar shortcuts with menubar hidden (#16291)
This commit is contained in:
parent
59381b7312
commit
55f1120036
@ -1061,9 +1061,7 @@ static LRESULT CALLBACK wnd_proc_common(
|
||||
case WM_COMMAND:
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
bool ui_menubar_enable = settings ? settings->bools.ui_menubar_enable : false;
|
||||
if (ui_menubar_enable)
|
||||
win32_menu_loop(main_window.hwnd, wparam);
|
||||
win32_menu_loop(main_window.hwnd, wparam);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user