summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/main.go b/main.go
index e67e20d..047769c 100644
--- a/main.go
+++ b/main.go
@@ -38,14 +38,14 @@ func main() {
type State struct {
sync.Mutex
- Config Config
- Theme *material.Theme
- IsPlaying bool
- Title string
- UrlSelector widget.Enum
- PlayPauseButton widget.Clickable
- PlayerContext context.Context
- PlayerCancel context.CancelFunc
+ Config Config
+ Theme *material.Theme
+ IsPlaying bool
+ Title string
+ UrlSelector widget.Enum
+ PlayPauseButton widget.Clickable
+ PlayerContext context.Context
+ PlayerCancel context.CancelFunc
}
type Ui struct {