summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2025-03-19 15:23:19 -0400
committerAAGaming <aagaming@riseup.net>2025-03-19 15:23:19 -0400
commitce2f98aa04f1299aabf0809bd5aa1081926b4d9d (patch)
tree7389f478ecbd6ef7ea18cee16a1a0e7defafad3d /frontend
parentede8a18e9bb394627ef958a59d1d6d3806086e14 (diff)
downloaddecky-loader-ce2f98aa04f1299aabf0809bd5aa1081926b4d9d.tar.gz
decky-loader-ce2f98aa04f1299aabf0809bd5aa1081926b4d9d.zip
fix toasts on beta (valve forgot how to count)
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/toaster.tsx2
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,