diff options
Diffstat (limited to 'notificator.go')
-rw-r--r-- | notificator.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notificator.go b/notificator.go index 7c53d18..9ce224f 100644 --- a/notificator.go +++ b/notificator.go @@ -41,7 +41,7 @@ func newNotificator(conf *systrayConfig) *notificator { AppName: "RiseupVPN", }) n := notificator{notify, conf} - go n.donations() + //go n.donations() return &n } |