summaryrefslogtreecommitdiff
path: root/pkg/systray/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/systray/run.go')
-rw-r--r--pkg/systray/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/systray/run.go b/pkg/systray/run.go
index 8877d64..2a513d8 100644
--- a/pkg/systray/run.go
+++ b/pkg/systray/run.go
@@ -24,7 +24,7 @@ import (
)
func Run(conf *Config) {
- bt := bmTray{conf: conf}
+ bt := bmTray{conf: conf, waitCh: make(chan bool)}
go initialize(conf, &bt)
bt.start()
}