Fix an issue when changing pages. the cache thought it was already showing, but it wasn't
This commit is contained in:
parent
c73cf88081
commit
2811d3f042
@ -90,6 +90,7 @@ func setup(client *streamdeck.Client) {
|
||||
contexts[event.Context] = struct{}{}
|
||||
|
||||
newSettings, err := volume.GetVolumeSettings()
|
||||
_currentSettings = &volume.VolumeSettings{}
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user