diff --git a/pkg/manager/config/config.go b/pkg/manager/config/config.go index ea63cd06d..46fd0c2c5 100644 --- a/pkg/manager/config/config.go +++ b/pkg/manager/config/config.go @@ -494,7 +494,7 @@ func GetMenuItems() []string { } func GetSoundOnPreview() bool { - viper.SetDefault(SoundOnPreview, true) + viper.SetDefault(SoundOnPreview, false) return viper.GetBool(SoundOnPreview) } diff --git a/ui/v2.5/src/components/Changelog/versions/v070.md b/ui/v2.5/src/components/Changelog/versions/v070.md index 09ca8dee5..0e204e29a 100644 --- a/ui/v2.5/src/components/Changelog/versions/v070.md +++ b/ui/v2.5/src/components/Changelog/versions/v070.md @@ -3,8 +3,9 @@ * Added scene queue. ### 🎨 Improvements +* Disable sounds on scene/marker wall previews by default. * Improve Movie UI. * Change performer text query to search by name and alias only. ### 🐛 Bug fixes -* Fix incorrect performer age calculation in UI. \ No newline at end of file +* Fix incorrect performer age calculation in UI.