Fix windows and mac builds
This commit is contained in:
parent
7f4565b048
commit
258b17c278
@ -2,7 +2,7 @@
|
||||
|
||||
package notify
|
||||
|
||||
func Notify(title string, body string) error {
|
||||
func Notify(title string, body string, actionName string, onclose func()) error {
|
||||
// no notifications on windows or darwin
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user