mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-11 20:31:55 +02:00
Add:Haptic feedback device setting off/light/medium/heavy #472
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async logout() {
|
||||
await this.$hapticsImpactMedium()
|
||||
await this.$hapticsImpact()
|
||||
if (this.user) {
|
||||
await this.$axios.$post('/logout').catch((error) => {
|
||||
console.error(error)
|
||||
|
||||
Reference in New Issue
Block a user