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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-26 19:35:52 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-04-26 19:36:15 +0300
commitfc873fb5d0582f1273135658f509dc760e4f8a7f (patch)
tree349e4da22797500c0f0963e472b6d8157a9d4a14 /app/src/main/res/values
parentaa4f9dfdb8bd70a576fa29fa0a23ae399f5c4927 (diff)
#263
🏷️ Auto complete: Display all available tags on click (scrollabel)
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/customization.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values/customization.xml b/app/src/main/res/values/customization.xml
index cb39e381a..c0ccc2d89 100644
--- a/app/src/main/res/values/customization.xml
+++ b/app/src/main/res/values/customization.xml
@@ -4,8 +4,6 @@
<integer name="max_avatar_count">3</integer>
<!-- How many users should be suggested when clicking on the assigned users input field -->
<integer name="max_users_suggested">3</integer>
- <!-- How many labels should be suggested when clicking on the assigned labels input field -->
- <integer name="max_labels_suggested">3</integer>
<!-- How many dp should one column in the attachments grid have -->
<integer name="max_dp_attachment_column">110</integer>
<!-- Maximum characters of a comment. Caution: Server allow maximum 1000 characters! -->