mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 18:01:54 +00:00
fix(toaster): Forward playSound prop to ProcessNotification info (#901)
Co-authored-by: Michael DeGuzis <deguzim@amazon.com>
This commit is contained in:
committed by
GitHub
parent
b7a884f26f
commit
d31c2bf034
@@ -81,6 +81,7 @@ class Toaster extends Logger {
|
|||||||
const info = {
|
const info = {
|
||||||
showToast: toast.showToast,
|
showToast: toast.showToast,
|
||||||
sound: toast.sound,
|
sound: toast.sound,
|
||||||
|
playSound: toast.playSound,
|
||||||
eFeature: 0,
|
eFeature: 0,
|
||||||
toastDurationMS: toastData.nToastDurationMS,
|
toastDurationMS: toastData.nToastDurationMS,
|
||||||
bCritical: toast.critical,
|
bCritical: toast.critical,
|
||||||
|
|||||||
Reference in New Issue
Block a user