aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 20259f8ce..8c0ca30cd 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -172,7 +172,17 @@
android:key="crashreport"
android:summary="@string/pref_send_crash_summary"
android:title="@string/pref_send_crash" />
-
+ <PreferenceCategory android:title="@string/pref_export_logs">
+ <de.pixart.messenger.ui.ExportLogsPreference
+ android:key="export_logs"
+ android:summary="@string/pref_export_logs_summary"
+ android:title="@string/pref_export_logs" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="export_plain_text_logs"
+ android:summary="@string/pref_export_plain_text_logs_summary"
+ android:title="@string/pref_export_plain_text_logs" />
+ </PreferenceCategory>
</PreferenceScreen>
<!--Expert-->
<PreferenceScreen
@@ -229,10 +239,6 @@
android:key="autojoin"
android:summary="@string/pref_autojoin_summary"
android:title="@string/pref_autojoin" />
- <de.pixart.messenger.ui.ExportLogsPreference
- android:key="export_logs"
- android:summary="@string/pref_export_logs_summary"
- android:title="@string/pref_export_logs" />
</PreferenceCategory>
</PreferenceScreen>
<!--About-->