fix(toaster): Forward playSound prop to ProcessNotification info (#901)

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

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,