diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-05-24 01:38:27 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-05-24 01:38:27 +0200 |
commit | 5556a15effa0d3604085bc28306be72149d1adf1 (patch) | |
tree | ceaa7d942d8398f53f7be6d03b17d0f1c866fdbf /main.go | |
parent | e710eec552c36b53b6be50d0be7f187f8839968c (diff) |
[feat] add about page
And update links.
- Resolves: #34
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) { |