summaryrefslogtreecommitdiff
path: root/notificator.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-03-20 11:29:44 +0100
committerRuben Pollan <meskio@sindominio.net>2018-03-20 11:33:39 +0100
commit24e77dd9ca2a9ca30c9c65823aea87c607896145 (patch)
tree7f3d300dd0673ff7b1eb1950a1092af9b90a1318 /notificator.go
parent52c02085d2c86a49692d7013a423d04f7c1254d8 (diff)
[feat] let's not notify about donations for now
As MVP we decided to remove the donations notifications for now. - Resolves: #21
Diffstat (limited to 'notificator.go')
-rw-r--r--notificator.go2
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
}