mirror of
https://github.com/stashapp/stash.git
synced 2026-04-20 05:52:40 +02:00
Disable sounds on scene/marker wall previews by default (#1247)
This commit is contained in:
parent
1412b554a0
commit
35718ce59a
2 changed files with 3 additions and 2 deletions
|
|
@ -494,7 +494,7 @@ func GetMenuItems() []string {
|
|||
}
|
||||
|
||||
func GetSoundOnPreview() bool {
|
||||
viper.SetDefault(SoundOnPreview, true)
|
||||
viper.SetDefault(SoundOnPreview, false)
|
||||
return viper.GetBool(SoundOnPreview)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
* Fix incorrect performer age calculation in UI.
|
||||
|
|
|
|||
Loading…
Reference in a new issue