increase error timeout

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-04 19:22:46 +02:00
parent 0a1e2c48e6
commit 895ec0387d

View file

@ -12,7 +12,7 @@
}
lastError = toast
body.prepend(toast)
setTimeout(toast.remove.bind(toast), 3000)
setTimeout(toast.remove.bind(toast), 7000)
}
function handleEvent(e) {