diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-01-18 11:15:40 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-01-18 11:15:40 +0100 |
commit | ad81ddbf91df3d0ece62eab322dfd15e8866193b (patch) | |
tree | 4915dcfb705300d82e858829b7acd6f7e6a65c07 /notificator.go | |
parent | d4245e59b480dcadbbd5df4027b50a57aff3ff3e (diff) |
[style] New assets
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 f679468..31f2202 100644 --- a/notificator.go +++ b/notificator.go @@ -12,7 +12,7 @@ func notificate() { // TODO: we need a proper icon wd, _ := os.Getwd() notify := notificator.New(notificator.Options{ - DefaultIcon: path.Join(wd, "mask.svg"), + DefaultIcon: path.Join(wd, "riseupvpn.svg"), AppName: "RiseupVPN", }) |