Show user stats nav only when connected to server, remove tooltip, remove icons on stats

This commit is contained in:
advplyr 2022-08-04 17:22:56 -05:00
parent 87e277fad1
commit be6c675ded
3 changed files with 52 additions and 63 deletions

View file

@ -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({