1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 12:44:20 +00:00

icône de filtre pour les objets magiques dans la navbar

This commit is contained in:
Maxime Moraine 2020-04-09 15:35:26 +02:00
parent d80cbc2600
commit bde611ae9b

View file

@ -46,7 +46,7 @@ export default {
rightDrawerIcon() {
if (this.inRightDrawer == 'pageToc') {
return 'mdi-format-list-bulleted'
} else if (this.inRightDrawer == 'spellFilters') {
} else if (this.inRightDrawer == 'spellFilters' || this.inRightDrawer == 'magicItemFilters') {
return 'mdi-filter-variant'
}
return 'mdi-menu'