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

Commit e8a4d7cd authored by Mark Harman's avatar Mark Harman
Browse files

Include supports_tonemap_curve in About info.

parent 7f3c8b9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1289,6 +1289,8 @@ public class MyPreferenceFragment extends PreferenceFragment implements OnShared
                        about_string.append(getString(supports_video_stabilization ? R.string.about_available : R.string.about_not_available));
                        about_string.append("\nVideo stabilization enabled?: ");
                        about_string.append(video_stabilization_enabled);
                        about_string.append("\nTonemap curve?: ");
                        about_string.append(getString(supports_tonemap_curve ? R.string.about_available : R.string.about_not_available));
                        about_string.append("\nTonemap max curve points: ");
                        about_string.append(tonemap_max_curve_points);
                        about_string.append("\nCan disable shutter sound?: ");