diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 { |