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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-13 17:44:19 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-13 17:44:19 +0300
commita7762280b815c2b51ffdded9dab101fa39939e7f (patch)
tree7ec0f872a1c85a1b3e73a8402d448c4e748a7058
parent53e4179fb1a2adf710fa6d68fba607c601ae591d (diff)
Hide deck, location and others for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/components/RightSidebar/SharedItems/SharedItemsTab.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/RightSidebar/SharedItems/SharedItemsTab.vue b/src/components/RightSidebar/SharedItems/SharedItemsTab.vue
index 7c63ed2d0..4dc990b63 100644
--- a/src/components/RightSidebar/SharedItems/SharedItemsTab.vue
+++ b/src/components/RightSidebar/SharedItems/SharedItemsTab.vue
@@ -81,7 +81,8 @@ export default {
// Defines the order of the sections
sharedItemsOrder() {
- return ['media', 'file', 'voice', 'audio', 'location', 'deckcard', 'other']
+ // FIXME restore when non files work return ['media', 'file', 'voice', 'audio', 'location', 'deckcard', 'other']
+ return ['media', 'file', 'voice', 'audio']
},
},