fix(toaster): Forward playSound prop to ProcessNotification info (#901)
Builder Win / Build PluginLoader for Win (push) Has been cancelled
Builder / Build PluginLoader (push) Has been cancelled
Push Updated Plugin Stub to Template / copy-stub (push) Has been cancelled
Lint / Run linters (push) Has been cancelled
Type Check / Run type checkers (push) Has been cancelled

Co-authored-by: Michael DeGuzis <deguzim@amazon.com>
This commit is contained in:
Michael T. DeGuzis
2026-04-30 12:58:53 -04:00
committed by GitHub
parent b7a884f26f
commit d31c2bf034
+1
View File
@@ -81,6 +81,7 @@ class Toaster extends Logger {
const info = {
showToast: toast.showToast,
sound: toast.sound,
playSound: toast.playSound,
eFeature: 0,
toastDurationMS: toastData.nToastDurationMS,
bCritical: toast.critical,