From 24e77dd9ca2a9ca30c9c65823aea87c607896145 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 20 Mar 2018 11:29:44 +0100 Subject: [feat] let's not notify about donations for now As MVP we decided to remove the donations notifications for now. - Resolves: #21 --- notificator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notificator.go') 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 } -- cgit v1.2.3