fix(ags notifs): put longer delay on init notif
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
a30007a95f
commit
f8baa5e95b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const NotificationList = () => Box({
|
||||||
|
|
||||||
setup: (self) => {
|
setup: (self) => {
|
||||||
const initNotifId = 1337;
|
const initNotifId = 1337;
|
||||||
const delay = 200;
|
const delay = 1000;
|
||||||
|
|
||||||
// Fix the no notif placement with a fake notif
|
// Fix the no notif placement with a fake notif
|
||||||
Notifications.Notify('', initNotifId, '', '', '', [''], {}, 0);
|
Notifications.Notify('', initNotifId, '', '', '', [''], {}, 0);
|
||||||
|
|
Loading…
Reference in a new issue