Enabled the video player audio by default.

This commit is contained in:
Leon Styhre 2022-02-01 20:54:36 +01:00
parent 8dcd696986
commit bc8c23d642

View file

@ -200,7 +200,7 @@ void Settings::setDefaults()
mIntMap["SoundVolumeVideos"] = {80, 80}; mIntMap["SoundVolumeVideos"] = {80, 80};
mBoolMap["GamelistVideoAudio"] = {true, true}; mBoolMap["GamelistVideoAudio"] = {true, true};
mBoolMap["MediaViewerVideoAudio"] = {true, true}; mBoolMap["MediaViewerVideoAudio"] = {true, true};
mBoolMap["ScreensaverVideoAudio"] = {false, false}; mBoolMap["ScreensaverVideoAudio"] = {true, true};
mBoolMap["NavigationSounds"] = {true, true}; mBoolMap["NavigationSounds"] = {true, true};
// Input device settings. // Input device settings.