commit
666fddb31b
|
@ -20,4 +20,4 @@ $LauncherID = "Windows.SystemToast.Winget.Notification"
|
|||
#Prepare and Create Toast
|
||||
$ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXML)
|
||||
$ToastMessage.Tag = $NotifConf.toast.tag
|
||||
[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($LauncherID).Show($ToastMessage)
|
||||
[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($LauncherID).Show($ToastMessage)
|
Loading…
Reference in New Issue