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:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-03-21 17:48:45 +0300
committerGitHub <noreply@github.com>2021-03-21 17:48:45 +0300
commit729896a88b17723bf5ee699ae586381cf46d0c64 (patch)
tree1d93cb0fe802b2004eccabefffbd2119235c0240 /app/src/main/res/xml
parent0df58bfd1b8d81943e66e8f077701bbaef7ae236 (diff)
Make debug-logs accessable
Fix #880 Make debug-logs accessable
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/settings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index 2b34ae89c..09c4eeaf3 100644
--- a/app/src/main/res/xml/settings.xml
+++ b/app/src/main/res/xml/settings.xml
@@ -40,4 +40,13 @@
android:title="@string/settings_compact_title"
app:defaultValue="false" />
</it.niedermann.nextcloud.deck.ui.branding.BrandedPreferenceCategory>
+
+ <it.niedermann.nextcloud.deck.ui.branding.BrandedPreferenceCategory android:title="@string/simple_expert_settings">
+
+ <it.niedermann.nextcloud.deck.ui.branding.BrandedSwitchPreference
+ android:icon="@drawable/ic_bug_report_black_24dp"
+ android:key="@string/pref_key_debugging"
+ android:title="@string/settings_debugging"
+ app:defaultValue="false" />
+ </it.niedermann.nextcloud.deck.ui.branding.BrandedPreferenceCategory>
</PreferenceScreen>