FullscreenUI: Prevent quick menu opening over other windows

pull/1742/head
Connor McLaughlin 4 years ago
parent 521ade025c
commit 767343ca22

@ -253,7 +253,7 @@ void SystemPaused(bool paused)
void OpenQuickMenu()
{
if (!System::IsValid())
if (!System::IsValid() || s_current_main_window != MainWindowType::None)
return;
s_was_paused_on_quick_menu_open = System::IsPaused();

Loading…
Cancel
Save