(notification) make it vibrate?

This commit is contained in:
2020-07-02 13:40:09 +02:00
parent cd7f3b4a93
commit 31630ca2fb

View File

@@ -29,6 +29,7 @@ export const notify = (
} }
showNotification(title, { showNotification(title, {
icon: '/img/icons/apple-touch-icon.png', icon: '/img/icons/apple-touch-icon.png',
vibrate: [300, 100, 400],
...options ...options
}) })
} }