feat: downloads page for iOS

This commit is contained in:
benonymity 2022-08-21 15:02:22 -04:00
parent fca0fd7bbb
commit befe62f8a0
2 changed files with 93 additions and 0 deletions

View file

@ -113,6 +113,13 @@ export default {
text: 'Local Media',
to: '/localMedia/folders'
})
} else {
items.push({
icon: 'download',
iconOutlined: false,
text: 'Downloads',
to: '/downloads'
})
}
items.push({
icon: 'settings',