summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d3b540d..a671c26 100644
--- a/main.go
+++ b/main.go
@@ -51,7 +51,7 @@ func main() {
defer b.Close()
go checkAndStartBitmask(b, notify, conf)
- run(b, conf)
+ run(b, conf, notify)
}
func checkAndStartBitmask(b *bitmask.Bitmask, notify *notificator, conf *systrayConfig) {