Increase toast auto hide delay to 30 seconds

multi-ogserver
Javier Sánchez Parra 2022-04-12 11:04:07 +02:00
parent 974b74649a
commit 87270dc8df
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
class: bgclass,
position: 'bottomRight',
autohide: true,
delay: 10000,
delay: 30000,
title: '{{ message }}',
})
{% endfor %}