diff --git a/ui/theme/themefile.go b/ui/theme/themefile.go index 5f8bced..6cf2112 100644 --- a/ui/theme/themefile.go +++ b/ui/theme/themefile.go @@ -12,7 +12,7 @@ import ( "fyne.io/fyne/v2" "fyne.io/fyne/v2/theme" "github.com/dweymouth/supersonic/sharedutil" - "github.com/pelletier/go-toml" + "github.com/pelletier/go-toml/v2" ) type ThemeFileHeader struct {