From bc8c23d642c1f5f1a511cfd0342eacaf57f43ecc Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 1 Feb 2022 20:54:36 +0100 Subject: [PATCH] Enabled the video player audio by default. --- es-core/src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index ff6e26627..57b9ba94f 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -200,7 +200,7 @@ void Settings::setDefaults() mIntMap["SoundVolumeVideos"] = {80, 80}; mBoolMap["GamelistVideoAudio"] = {true, true}; mBoolMap["MediaViewerVideoAudio"] = {true, true}; - mBoolMap["ScreensaverVideoAudio"] = {false, false}; + mBoolMap["ScreensaverVideoAudio"] = {true, true}; mBoolMap["NavigationSounds"] = {true, true}; // Input device settings.