mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +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,6 +3,7 @@
|
|||||||
* 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user