fix(ags): make delay longer for notif center fix
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-04-02 09:14:42 -04:00
parent 51e49f984c
commit 2ed1ee2281

View file

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