vibrate on notification

This commit is contained in:
creeper123123321 2021-03-21 10:47:20 -03:00 committed by GitHub
parent 11546c9946
commit 716207e994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,6 +326,7 @@ function authNotification(msg, yes, no) {
r.showNotification("Click to allow auth impersionation", {
body: msg,
tag: tag,
vibrate: [200,10,100,200,100,10,100,10,200],
actions: [
{action: "reject", title: "Reject"},
{action: "confirm", title: "Confirm"}