mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01: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-content>
|
||||
<v-tooltip bottom :disabled="!isAdmin">
|
||||
<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-title>{{ l.name }}</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
<v-list-item-action v-if="isAdmin">
|
||||
<library-actions-menu :library="l"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue