mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
refactor(webui): remove 3-dots menu for all libraries in main view
This commit is contained in:
parent
9511c112bc
commit
f90b415ab8
3 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
<!-- Action menu -->
|
||||
<library-actions-menu v-if="library"
|
||||
:library="library"/>
|
||||
<libraries-actions-menu v-else/>
|
||||
|
||||
<v-toolbar-title>
|
||||
<span>{{ toolbarTitle }}</span>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
<!-- Action menu -->
|
||||
<library-actions-menu v-if="library"
|
||||
:library="library"/>
|
||||
<libraries-actions-menu v-else/>
|
||||
|
||||
<v-toolbar-title>
|
||||
<span>{{ toolbarTitle }}</span>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
<!-- Action menu -->
|
||||
<library-actions-menu v-if="library"
|
||||
:library="library"/>
|
||||
<libraries-actions-menu v-else/>
|
||||
|
||||
<v-toolbar-title>
|
||||
<span>{{ toolbarTitle }}</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue