From 2811d3f042d013a56cdae8c9554d64923253c8a4 Mon Sep 17 00:00:00 2001 From: Daniel Prows Date: Thu, 10 Aug 2023 10:01:10 -0600 Subject: [PATCH] Fix an issue when changing pages. the cache thought it was already showing, but it wasn't --- src/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.go b/src/main.go index 6f76e73..d0d0db2 100644 --- a/src/main.go +++ b/src/main.go @@ -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