Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-01-24 16:54:14 +0300
committerGretaD <gretadoci@gmail.com>2020-01-24 16:54:14 +0300
commit6576c2de397ece7ce89af40a9d6b9ae37b4e8515 (patch)
tree3411b9e9585ee0c35a3e3b567ea062c9cad76c19 /src
parent50842d0b020832e7c92cbcdc78dc775aa066afda (diff)
Remove inbox statisticts for uunified inbox
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/NavigationFolder.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NavigationFolder.vue b/src/components/NavigationFolder.vue
index d23be443d..4eeb1cb69 100644
--- a/src/components/NavigationFolder.vue
+++ b/src/components/NavigationFolder.vue
@@ -32,7 +32,7 @@
<!-- actions -->
<template slot="actions">
<template v-if="top">
- <ActionText icon="icon-info" :title="folderId">
+ <ActionText v-if="!account.isUnified" icon="icon-info" :title="folderId">
{{ statsText }}
</ActionText>