mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix: remove the library path tooltip
This commit is contained in:
parent
d03aceae1a
commit
1285ae4a7e
1 changed files with 1 additions and 7 deletions
|
|
@ -56,13 +56,7 @@
|
||||||
<v-list-item-icon>
|
<v-list-item-icon>
|
||||||
</v-list-item-icon>
|
</v-list-item-icon>
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-tooltip bottom :disabled="!isAdmin">
|
<v-list-item-title>{{ l.name }}</v-list-item-title>
|
||||||
<template v-slot:activator="{ on }">
|
|
||||||
<v-list-item-title v-on="on">{{ l.name }}
|
|
||||||
</v-list-item-title>
|
|
||||||
</template>
|
|
||||||
<span>{{ l.root }}</span>
|
|
||||||
</v-tooltip>
|
|
||||||
</v-list-item-content>
|
</v-list-item-content>
|
||||||
<v-list-item-action v-if="isAdmin">
|
<v-list-item-action v-if="isAdmin">
|
||||||
<library-actions-menu :library="l"/>
|
<library-actions-menu :library="l"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue