Skip to content

Commit 8f31e56

Browse files
committed
Ensure new frame for notifications
1 parent 0d1a9b3 commit 8f31e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptiScaler/menu/menu_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ bool MenuCommon::RenderMenu()
15141514

15151515
// New frame check
15161516
if ((!config->DisableSplash.value_or_default() && now > splashStart && now < splashLimit) ||
1517-
config->ShowFps.value_or_default() || _isVisible)
1517+
config->ShowFps.value_or_default() || _isVisible || ImGui::notifications.size() > 0)
15181518
{
15191519
if (!_isUWP)
15201520
{

0 commit comments

Comments
 (0)