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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-03 18:56:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-03 18:56:40 +0300
commitc1f1a38e50d848ddc15a489f23e0a5da3c7325d3 (patch)
treead9507027286f309adb002d03e983b6dcff4af34 /src
parent428ebd85b159a4059020df872d1823cf0ba75584 (diff)
Do not show the "return" icon on the mobile envelope list
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src')
-rw-r--r--src/components/FolderContent.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FolderContent.vue b/src/components/FolderContent.vue
index 09cb7c5da..68cb2b00c 100644
--- a/src/components/FolderContent.vue
+++ b/src/components/FolderContent.vue
@@ -1,6 +1,6 @@
<template>
<div>
- <AppDetailsToggle @close="hideMessage" />
+ <AppDetailsToggle v-if="showMessage" @close="hideMessage" />
<div id="app-content-wrapper">
<Loading v-if="loading" :hint="t('mail', 'Loading messages')" />
<template v-else>