add autoplay UI toggle
This commit is contained in:
@@ -361,6 +361,7 @@ func (a *App) Shutdown() {
|
||||
repeatMode = "All"
|
||||
}
|
||||
a.Config.Playback.RepeatMode = repeatMode
|
||||
a.Config.Playback.Autoplay = a.PlaybackManager.IsAutoplay()
|
||||
a.Config.LocalPlayback.Volume = a.LocalPlayer.GetVolume()
|
||||
a.SavePlayQueueIfEnabled()
|
||||
a.SaveConfigFile()
|
||||
|
||||
Reference in New Issue
Block a user