From f8baa5e95b1344d1b33e86cb5f08029ca3d0717c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 22 Mar 2024 02:22:11 -0400 Subject: [PATCH] fix(ags notifs): put longer delay on init notif --- modules/ags/config/ts/notifications/center.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ags/config/ts/notifications/center.ts b/modules/ags/config/ts/notifications/center.ts index 338361d..8776eee 100644 --- a/modules/ags/config/ts/notifications/center.ts +++ b/modules/ags/config/ts/notifications/center.ts @@ -34,7 +34,7 @@ const NotificationList = () => Box({ setup: (self) => { const initNotifId = 1337; - const delay = 200; + const delay = 1000; // Fix the no notif placement with a fake notif Notifications.Notify('', initNotifId, '', '', '', [''], {}, 0);