mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Disable sounds on scene/marker wall previews by default (#1247)
This commit is contained in:
@@ -494,7 +494,7 @@ func GetMenuItems() []string {
|
||||
}
|
||||
|
||||
func GetSoundOnPreview() bool {
|
||||
viper.SetDefault(SoundOnPreview, true)
|
||||
viper.SetDefault(SoundOnPreview, false)
|
||||
return viper.GetBool(SoundOnPreview)
|
||||
}
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user