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 {
|
func GetSoundOnPreview() bool {
|
||||||
viper.SetDefault(SoundOnPreview, true)
|
viper.SetDefault(SoundOnPreview, false)
|
||||||
return viper.GetBool(SoundOnPreview)
|
return viper.GetBool(SoundOnPreview)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,9 @@
|
|||||||
* Added scene queue.
|
* Added scene queue.
|
||||||
|
|
||||||
### 🎨 Improvements
|
### 🎨 Improvements
|
||||||
|
* Disable sounds on scene/marker wall previews by default.
|
||||||
* Improve Movie UI.
|
* Improve Movie UI.
|
||||||
* Change performer text query to search by name and alias only.
|
* Change performer text query to search by name and alias only.
|
||||||
|
|
||||||
### 🐛 Bug fixes
|
### 🐛 Bug fixes
|
||||||
* Fix incorrect performer age calculation in UI.
|
* Fix incorrect performer age calculation in UI.
|
||||||
|
|||||||
Reference in New Issue
Block a user