You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible, using such an example, to force the message not to be closed automatically, but to be closed only when the button is pressed?
New-BurntToastNotification -AppLogo "path to image" -HeroImage "path to image" -Text "text1 , text2" -Button (New-BTButton -Content "Accept" -Arguments "action=accept")
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
is it possible, using such an example, to force the message not to be closed automatically, but to be closed only when the button is pressed?
New-BurntToastNotification -AppLogo "path to image" -HeroImage "path to image" -Text "text1 , text2" -Button (New-BTButton -Content "Accept" -Arguments "action=accept")
Beta Was this translation helpful? Give feedback.
All reactions