mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Popup notifications are now stopped when starting the media viewer
This commit is contained in:
parent
8a6611a6f5
commit
728b4c7768
|
@ -894,6 +894,7 @@ void Window::renderScreensaver()
|
|||
void Window::startMediaViewer(FileData* game)
|
||||
{
|
||||
if (mMediaViewer) {
|
||||
stopInfoPopup();
|
||||
if (mMediaViewer->startMediaViewer(game)) {
|
||||
setAllowTextScrolling(false);
|
||||
setAllowFileAnimation(false);
|
||||
|
|
Loading…
Reference in a new issue