From d31c2bf0343abbc7969546d9b6de6f5822ca7321 Mon Sep 17 00:00:00 2001 From: "Michael T. DeGuzis" Date: Thu, 30 Apr 2026 12:58:53 -0400 Subject: fix(toaster): Forward playSound prop to ProcessNotification info (#901) Co-authored-by: Michael DeGuzis --- frontend/src/toaster.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/toaster.tsx b/frontend/src/toaster.tsx index 2305b870..99f8023e 100644 --- a/frontend/src/toaster.tsx +++ b/frontend/src/toaster.tsx @@ -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, -- cgit v1.2.3