Frontend: Hide hidden info when there is only 1 hidden file

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-09 10:56:18 +02:00
parent 9d49af2cf2
commit b27a48a453

View file

@ -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,