mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-12 01:41:57 +00:00
fix toasts on beta (valve forgot how to count)
This commit is contained in:
@@ -64,7 +64,7 @@ class Toaster extends Logger {
|
|||||||
nNotificationID: window.NotificationStore.m_nNextTestNotificationID++,
|
nNotificationID: window.NotificationStore.m_nNextTestNotificationID++,
|
||||||
bNewIndicator: toast.showNewIndicator,
|
bNewIndicator: toast.showNewIndicator,
|
||||||
rtCreated: Date.now(),
|
rtCreated: Date.now(),
|
||||||
eType: toast.eType || 13,
|
eType: toast.eType || 31,
|
||||||
eSource: 1, // Client
|
eSource: 1, // Client
|
||||||
nToastDurationMS: toast.duration || (toast.duration = 5e3),
|
nToastDurationMS: toast.duration || (toast.duration = 5e3),
|
||||||
data: toast,
|
data: toast,
|
||||||
|
|||||||
Reference in New Issue
Block a user