summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-05-24 01:38:27 +0200
committerRuben Pollan <meskio@sindominio.net>2018-05-24 01:38:27 +0200
commit5556a15effa0d3604085bc28306be72149d1adf1 (patch)
treeceaa7d942d8398f53f7be6d03b17d0f1c866fdbf /main.go
parente710eec552c36b53b6be50d0be7f187f8839968c (diff)
[feat] add about page
And update links. - Resolves: #34
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) {