mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +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)
|
void Window::startMediaViewer(FileData* game)
|
||||||
{
|
{
|
||||||
if (mMediaViewer) {
|
if (mMediaViewer) {
|
||||||
|
stopInfoPopup();
|
||||||
if (mMediaViewer->startMediaViewer(game)) {
|
if (mMediaViewer->startMediaViewer(game)) {
|
||||||
setAllowTextScrolling(false);
|
setAllowTextScrolling(false);
|
||||||
setAllowFileAnimation(false);
|
setAllowFileAnimation(false);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue