mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 06:37:16 +02:00
Update pages/settings.vue
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ export default {
|
|||||||
this.saveSettings()
|
this.saveSettings()
|
||||||
},
|
},
|
||||||
async saveSettings() {
|
async saveSettings() {
|
||||||
await Haptics.impact({ style: ImpactStyle.Medium });
|
await this.$hapticsImpactMedium()
|
||||||
const updatedDeviceData = await this.$db.updateDeviceSettings({ ...this.settings })
|
const updatedDeviceData = await this.$db.updateDeviceSettings({ ...this.settings })
|
||||||
console.log('Saved device data', updatedDeviceData)
|
console.log('Saved device data', updatedDeviceData)
|
||||||
if (updatedDeviceData) {
|
if (updatedDeviceData) {
|
||||||
|
|||||||
Reference in New Issue
Block a user