Fix an issue when changing pages. the cache thought it was already showing, but it wasn't

This commit is contained in:
Daniel Prows 2023-08-10 10:01:10 -06:00
parent c73cf88081
commit 2811d3f042

View File

@ -90,6 +90,7 @@ func setup(client *streamdeck.Client) {
contexts[event.Context] = struct{}{} contexts[event.Context] = struct{}{}
newSettings, err := volume.GetVolumeSettings() newSettings, err := volume.GetVolumeSettings()
_currentSettings = &volume.VolumeSettings{}
if err != nil { if err != nil {
return err return err