Qt: Fix BP start/stop menu item after first activation

This commit is contained in:
Stenzek 2025-01-11 21:34:20 +10:00
parent 234e1f721f
commit 348e33562e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -766,6 +766,7 @@ void EmuThread::stopFullscreenUI()
if (m_is_fullscreen_ui_started)
{
GPUThread::StopFullscreenUI();
m_is_fullscreen_ui_started = false;
emit fullscreenUIStartedOrStopped(false);
}
}