SimpleFileSync/notifications.go
2023-05-19 14:43:13 -04:00

8 lines
125 B
Go

package main
import "github.com/TheTitanrain/w32"
func sendNotification(title string, message string) {
w32.DialogBox()
}