setting to disable fade out on pause

This commit is contained in:
zacaj
2026-01-17 05:08:12 +00:00
parent 6be5e2d4cb
commit 7c9b4074cb
7 changed files with 54 additions and 21 deletions
+3
View File
@@ -334,6 +334,9 @@ func (c *Controller) ShowSettingsDialog(themeUpdateCallbk func(), themeFiles map
dlg.OnAudioExclusiveSettingChanged = func() {
c.App.LocalPlayer.SetAudioExclusive(c.App.Config.LocalPlayback.AudioExclusive)
}
dlg.OnPauseFadeSettingsChanged = func() {
c.App.LocalPlayer.SetPauseFade(c.App.Config.LocalPlayback.PauseFade)
}
dlg.OnAudioDeviceSettingChanged = func() {
c.App.LocalPlayer.SetAudioDevice(c.App.Config.LocalPlayback.AudioDeviceName)
}