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