diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-10-10 16:33:42 -0600 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-10-11 16:05:47 -0600 |
commit | a8e1ad2617c36a493b317c81e96f7c1bdcc1cd29 (patch) | |
tree | 0ef81ccc9f218f01fd85cf429d407f4c8db0b3f7 /pkg/config | |
parent | 267b606e7dfcc9af3b2f0c2bd75f4517fdaac7f7 (diff) |
[feat] donate menuitem is configurable
Diffstat (limited to 'pkg/config')
-rw-r--r-- | pkg/config/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go index af1287c..33636ae 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,6 +1,6 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by vendorize.py -// At 2019-08-16 12:44:37 +// At 2019-10-11 16:05:25 package config @@ -11,6 +11,7 @@ const ( ApplicationName = "RiseupVPN" BinaryName = "riseup-vpn" DonateURL = "https://riseup.net/donate" + AskForDonations = "true" HelpURL = "https://riseup.net/support" TosURL = "https://riseup.net/tos" APIURL = "https://api.black.riseup.net/" |