Skip to content

Commit

Permalink
Merge pull request #134 from cedarbaum/add_app_id_param_to_new_notifi…
Browse files Browse the repository at this point in the history
…cation_cmdlet

Add AppId parameter to New-BurntToastNotification cmdlet
  • Loading branch information
Windos committed Dec 23, 2020
2 parents 4d63e3b + 69b1c60 commit df4b867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BurntToast/Public/New-BurntToastNotification.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@

#TODO: [ValidateScript({ Test-ToastImage -Path $_ })]

# Specifies the AppId of the 'application' or process that spawned the toast notification.
[string] $AppId = $Script:Config.AppId,

# Specifies the path to an image that will override the default image displayed with a Toast Notification.
[String] $AppLogo,

Expand Down

0 comments on commit df4b867

Please sign in to comment.