diff options
Diffstat (limited to 'notifier.go')
| -rw-r--r-- | notifier.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/notifier.go b/notifier.go index cb342e5..35f3e0e 100644 --- a/notifier.go +++ b/notifier.go @@ -8,9 +8,9 @@ type Notification struct { Title string Message string ImagePath string - ImageURL string - BundleID string // For darwin - ToastPath string // For windows (Toaster) + BundleID string // For darwin + Actions []string // For darwin + ToastPath string // For windows (Toaster) } // Notifier knows how to deliver a notification |
