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

Commit 15c59c17 authored by Michael W's avatar Michael W Committed by Luca Stefani
Browse files

LineageParts: Partially revert QS brightness slider

* This feature wasn't forward ported, so make it a toggle again
* Don't remove the arrays and strings, we might need them later

* This is a partialy revert of
  commit 1522f156

Change-Id: I999ee4a1a292c034a26e469161828c717886c62e
parent 0fe520cc
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -108,14 +108,11 @@
    <PreferenceCategory
        android:title="@string/status_bar_brightness_category">

        <lineageos.preference.LineageSecureSettingListPreference
        <lineageos.preference.LineageSecureSettingSwitchPreference
            android:key="qs_show_brightness_slider"
            android:title="@string/status_bar_brightness_slider_title"
            android:summary="%s"
            android:dialogTitle="@string/status_bar_brightness_slider_title"
            android:entries="@array/status_bar_brightness_slider_entries"
            android:entryValues="@array/status_bar_brightness_slider_values"
            android:defaultValue="1" />
            android:summary="@string/status_bar_brightness_slider_summary"
            android:defaultValue="true" />

        <lineageos.preference.LineageSecureSettingSwitchPreference
            android:key="qs_show_auto_brightness"