fix(ags notifs): put longer delay on init notif
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-22 02:22:11 -04:00
parent a30007a95f
commit f8baa5e95b

View file

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