Skip to content
Snippets Groups Projects
Commit abf6b093 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add missing preference back in

parent e508930b
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,13 @@ ...@@ -61,6 +61,13 @@
android:key="@string/preference_colorize_nicknames_key" android:key="@string/preference_colorize_nicknames_key"
android:title="@string/preference_colorize_nicknames_title" /> android:title="@string/preference_colorize_nicknames_title" />
<DropDownPreference
android:defaultValue="HIGHEST"
android:entries="@array/preference_show_prefix_entries"
android:entryValues="@array/preference_show_prefix_entryvalues"
android:key="@string/preference_show_prefix_key"
android:title="@string/preference_show_prefix_title" />
<SwitchPreference <SwitchPreference
android:defaultValue="false" android:defaultValue="false"
android:key="@string/preference_nicks_on_new_line_key" android:key="@string/preference_nicks_on_new_line_key"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment