Frontend: Hide hidden info when there is only 1 hidden file
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
9d49af2cf2
commit
b27a48a453
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
icon="priority_high"
|
||||
class="mt-3"
|
||||
outline
|
||||
v-if="config.count.hidden > 0"
|
||||
v-if="config.count.hidden > 1"
|
||||
>
|
||||
The index currently contains {{ config.count.hidden }} hidden files. Their format may not be
|
||||
supported,
|
||||
|
|
Loading…
Reference in a new issue