diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ func initialize(conf *systrayConfig, bt *bmTray) { } defer b.Close() go checkAndStartBitmask(b, notify, conf) + go listenSignals(b) as := newAutostart(applicationName, getIconPath()) err = as.Enable() |