From 728b4c7768070601e5b4bdb6dc5e2ecb7791f11a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 4 Jul 2023 18:09:10 +0200 Subject: [PATCH] Popup notifications are now stopped when starting the media viewer --- es-core/src/Window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/es-core/src/Window.cpp b/es-core/src/Window.cpp index 9cb67d40b..be4122515 100644 --- a/es-core/src/Window.cpp +++ b/es-core/src/Window.cpp @@ -894,6 +894,7 @@ void Window::renderScreensaver() void Window::startMediaViewer(FileData* game) { if (mMediaViewer) { + stopInfoPopup(); if (mMediaViewer->startMediaViewer(game)) { setAllowTextScrolling(false); setAllowFileAnimation(false);