Changing fade timeout

This commit is contained in:
Jean Ouina 2020-06-10 23:59:38 +02:00
parent 9776b4f4d3
commit 677d0a9945
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ function handleNotificationShow(e, notification) {
setTimeout(() => {
if(!notifications.find(e => e.id === notification.id))return
handleNotificationClose(null, notification.id)
}, 3000)
}, 5000)
}
function handleNotificationClick(e, notificationId) {