We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1a9b3 commit 8f31e56Copy full SHA for 8f31e56
OptiScaler/menu/menu_common.cpp
@@ -1514,7 +1514,7 @@ bool MenuCommon::RenderMenu()
1514
1515
// New frame check
1516
if ((!config->DisableSplash.value_or_default() && now > splashStart && now < splashLimit) ||
1517
- config->ShowFps.value_or_default() || _isVisible)
+ config->ShowFps.value_or_default() || _isVisible || ImGui::notifications.size() > 0)
1518
{
1519
if (!_isUWP)
1520
0 commit comments