From ce2f98aa04f1299aabf0809bd5aa1081926b4d9d Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 19 Mar 2025 15:23:19 -0400 Subject: fix toasts on beta (valve forgot how to count) --- frontend/src/toaster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3