mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-30 14:49:47 +02:00
Show user stats nav only when connected to server, remove tooltip, remove icons on stats
This commit is contained in:
parent
87e277fad1
commit
be6c675ded
3 changed files with 52 additions and 63 deletions
|
@ -99,12 +99,12 @@ export default {
|
|||
text: 'Account',
|
||||
to: '/account'
|
||||
})
|
||||
items.push({
|
||||
icon: 'equalizer',
|
||||
text: 'User Stats',
|
||||
to: '/stats'
|
||||
})
|
||||
}
|
||||
items.push({
|
||||
icon: 'equalizer',
|
||||
text: 'User Stats',
|
||||
to: '/stats'
|
||||
})
|
||||
|
||||
if (this.$platform !== 'ios') {
|
||||
items.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue