mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Slight change of the description for the setting for audio for gamelist videos.
This commit is contained in:
parent
70eca0fd79
commit
7992e39b0f
|
@ -889,7 +889,7 @@ Sets the volume for the navigation sounds.
|
|||
|
||||
Sets the volume for the video player. This applies to both the gamelist views and the video screensaver.
|
||||
|
||||
**Play audio for video files in gamelist views**
|
||||
**Play audio for videos in the gamelist view**
|
||||
|
||||
With this turned off, audio won't play for game videos in the gamelists.
|
||||
|
||||
|
|
|
@ -573,7 +573,7 @@ void GuiMenu::openSoundSettings()
|
|||
// Video audio.
|
||||
auto gamelist_video_audio = std::make_shared<SwitchComponent>(mWindow);
|
||||
gamelist_video_audio->setState(Settings::getInstance()->getBool("GamelistVideoAudio"));
|
||||
s->addWithLabel("PLAY AUDIO FOR VIDEO FILES IN GAMELIST VIEWS", gamelist_video_audio);
|
||||
s->addWithLabel("PLAY AUDIO FOR VIDEOS IN THE GAMELIST VIEW", gamelist_video_audio);
|
||||
s->addSaveFunc([gamelist_video_audio, s] {
|
||||
if (gamelist_video_audio->getState() !=
|
||||
Settings::getInstance()->getBool("GamelistVideoAudio")) {
|
||||
|
|
Loading…
Reference in a new issue