diff options
| author | AAGaming <aagaming@riseup.net> | 2025-03-19 15:23:19 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2025-03-19 15:23:19 -0400 |
| commit | ce2f98aa04f1299aabf0809bd5aa1081926b4d9d (patch) | |
| tree | 7389f478ecbd6ef7ea18cee16a1a0e7defafad3d /frontend/src | |
| parent | ede8a18e9bb394627ef958a59d1d6d3806086e14 (diff) | |
| download | decky-loader-ce2f98aa04f1299aabf0809bd5aa1081926b4d9d.tar.gz decky-loader-ce2f98aa04f1299aabf0809bd5aa1081926b4d9d.zip | |
fix toasts on beta (valve forgot how to count)
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/toaster.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/toaster.tsx b/frontend/src/toaster.tsx index bcf16f11..2305b870 100644 --- a/frontend/src/toaster.tsx +++ b/frontend/src/toaster.tsx @@ -64,7 +64,7 @@ class Toaster extends Logger { nNotificationID: window.NotificationStore.m_nNextTestNotificationID++, bNewIndicator: toast.showNewIndicator, rtCreated: Date.now(), - eType: toast.eType || 13, + eType: toast.eType || 31, eSource: 1, // Client nToastDurationMS: toast.duration || (toast.duration = 5e3), data: toast, |
