Add:iOS device settings for jump forward/backward

This commit is contained in:
advplyr 2022-07-02 18:29:41 -05:00
parent 39b137c7f1
commit b5c6acc2bc
11 changed files with 108 additions and 31 deletions

View file

@ -108,12 +108,12 @@ export default {
text: 'Local Media',
to: '/localMedia/folders'
})
items.push({
icon: 'settings',
text: 'Settings',
to: '/settings'
})
}
items.push({
icon: 'settings',
text: 'Settings',
to: '/settings'
})
return items
},
currentRoutePath() {