diff --git a/es-app/src/views/ViewController.cpp b/es-app/src/views/ViewController.cpp index 32e31a877..98c2a65df 100644 --- a/es-app/src/views/ViewController.cpp +++ b/es-app/src/views/ViewController.cpp @@ -1151,7 +1151,7 @@ void ViewController::preload() // the bundled fallback sound files. bool themeSoundSupport {false}; for (auto system : SystemData::sSystemVector) { - if (system->getTheme()->hasView("all")) { + if (!themeSoundSupport && system->getTheme()->hasView("all")) { NavigationSounds::getInstance().loadThemeNavigationSounds(system->getTheme().get()); themeSoundSupport = true; }