Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b31f4c6 authored by Mark Harman's avatar Mark Harman
Browse files

Move NR save original images preference.

parent 95d93e9c
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -516,6 +516,16 @@
	            android:defaultValue="preference_raw_no"
	            />

            <!--  if we move this to another PreferenceGroup, we should update code to remove this Preference -->
	        <ListPreference
	            android:key="preference_nr_save"
	            android:title="@string/preference_nr_save"
	            android:summary="@string/preference_nr_save_summary"
	            android:entries="@array/preference_nr_save_entries"
	            android:entryValues="@array/preference_nr_save_values"
	            android:defaultValue="preference_nr_save_no"
	            />

            <!--  if we move this to another PreferenceGroup, we should update code to remove this Preference -->
	        <SwitchPreference
	            android:key="preference_hdr_save_expo"
@@ -544,16 +554,6 @@
	            android:defaultValue="2"
	            />

            <!--  if we move this to another PreferenceGroup, we should update code to remove this Preference -->
	        <ListPreference
	            android:key="preference_nr_save"
	            android:title="@string/preference_nr_save"
	            android:summary="@string/preference_nr_save_summary"
	            android:entries="@array/preference_nr_save_entries"
	            android:entryValues="@array/preference_nr_save_values"
	            android:defaultValue="preference_nr_save_no"
	            />

			<ListPreference
				android:key="preference_front_camera_mirror"
				android:title="@string/preference_front_camera_mirror"