Popup notifications are now stopped when starting the media viewer

This commit is contained in:
Leon Styhre 2023-07-04 18:09:10 +02:00
parent 8a6611a6f5
commit 728b4c7768

View file

@ -894,6 +894,7 @@ void Window::renderScreensaver()
void Window::startMediaViewer(FileData* game)
{
if (mMediaViewer) {
stopInfoPopup();
if (mMediaViewer->startMediaViewer(game)) {
setAllowTextScrolling(false);
setAllowFileAnimation(false);