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:
parent
d80cbc2600
commit
bde611ae9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue