diff --git a/modules/ags/config/ts/notifications/center.ts b/modules/ags/config/ts/notifications/center.ts index 8776eeef..a16d7423 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 = 1000; + const delay = 2000; // Fix the no notif placement with a fake notif Notifications.Notify('', initNotifId, '', '', '', [''], {}, 0);