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);