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,