Fix #660: add cover art, silent property to Windows track change notification
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//go:build !windows
|
||||
|
||||
package windows
|
||||
|
||||
import "fyne.io/fyne/v2"
|
||||
|
||||
func SendNotification(n *fyne.Notification, iconFilePath string) {
|
||||
fyne.LogError("windows.SendNotification should not be invoked on non-Windows platform", nil)
|
||||
fyne.CurrentApp().SendNotification(n)
|
||||
}
|
||||
Reference in New Issue
Block a user