mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Update pages/settings.vue
This commit is contained in:
parent
5ac925e151
commit
ef7bb9a9d8
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export default {
|
|||
this.saveSettings()
|
||||
},
|
||||
async saveSettings() {
|
||||
await Haptics.impact({ style: ImpactStyle.Medium });
|
||||
await this.$hapticsImpactMedium()
|
||||
const updatedDeviceData = await this.$db.updateDeviceSettings({ ...this.settings })
|
||||
console.log('Saved device data', updatedDeviceData)
|
||||
if (updatedDeviceData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue