aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-03 19:41:16 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-03 19:41:16 +0100
commitad75ab3f683391c26c2a99242210747c0bf881c2 (patch)
tree03cb3f2d2eb80e5a19a72315e09da0619f322316 /src/main/res/xml/preferences.xml
parent6a672b4aacfd62fcbbbe3ea031bf53c0daace132 (diff)
optionally search local muc rooms instead of jabber.network
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 5d9e6d6cc..e7149e60c 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -346,6 +346,13 @@
android:key="use_invidious"
android:summary="@string/pref_use_invidious_summary"
android:title="@string/pref_use_invidious" />
+ <ListPreference
+ android:defaultValue="@string/default_channel_discovery"
+ android:entries="@array/channel_discovery_entries"
+ android:entryValues="@array/channel_discover_values"
+ android:key="channel_discovery_method"
+ android:summary="@string/pref_channel_discovery_summary"
+ android:title="@string/pref_channel_discovery" />
<PreferenceCategory android:title="@string/pref_create_backup">
<Preference
android:key="create_backup"