Skip to content
Snippets Groups Projects
Verified Commit e710eec5 authored by meskio's avatar meskio :tent:
Browse files

[feat] don't notify in 30 days if systray/donate is clicked

The same than if the user clicks on 'yes' on the donation dialog will
happen now with the systray/donate button.
parent 523f56ce
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ func (bt *bmTray) onReady() {
case <-mHelp.ClickedCh:
open.Run("https://riseup.net/vpn")
case <-bt.mDonate.ClickedCh:
bt.conf.setDonated()
open.Run("https://riseup.net/donate-vpn")
case <-mQuit.ClickedCh:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment