mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
don't add title or body quite yet
This commit is contained in:
parent
cc760a173a
commit
978a982ab7
1 changed files with 0 additions and 3 deletions
|
|
@ -93,9 +93,6 @@ func (ns *Service) SendNotification(options NotificationOptions) error {
|
|||
ActivationArguments: defaultAction,
|
||||
}
|
||||
|
||||
options.Data["title"] = options.Title
|
||||
options.Data["body"] = options.Body
|
||||
|
||||
if options.Data != nil {
|
||||
jsonData, err := json.Marshal(options.Data)
|
||||
if err == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue