fix(ags): make delay longer for notif center fix
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
51e49f984c
commit
2ed1ee2281
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue