From b27a48a453baae24503f95811e154eee355159a3 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 9 Jun 2020 10:56:18 +0200 Subject: [PATCH] Frontend: Hide hidden info when there is only 1 hidden file Signed-off-by: Michael Mayer --- frontend/src/pages/library/originals.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/library/originals.vue b/frontend/src/pages/library/originals.vue index e3eb44444..ac8145ba2 100644 --- a/frontend/src/pages/library/originals.vue +++ b/frontend/src/pages/library/originals.vue @@ -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,