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
path: root/app
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-11 16:54:12 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-11 16:54:12 +0300
commit1f5aa1f953193e1bc1acfe9f4712223329aa7a17 (patch)
tree3a8c3670dc7ba5d11811e36fa361ec2cda212b5d /app
parent07ac11d864597d0931a395eff6278e05a64aed42 (diff)
Disable branding on master branch
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values/customization.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/customization.xml b/app/src/main/res/values/customization.xml
index 769cff1ac..6e7e42a47 100644
--- a/app/src/main/res/values/customization.xml
+++ b/app/src/main/res/values/customization.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <!-- Apply the theme of the instance for each account to UI elements -->
- <bool name="enable_brand">true</bool>
+ <!-- Apply the brand of the instance for each account to UI elements -->
+ <bool name="enable_brand">false</bool>
<!-- How many avatars should be displayed in the card list view -->
<integer name="max_avatar_count">3</integer>
<!-- How many users should be suggested when clicking on the assigned users input field -->