diff options
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", }) |