Reorder client preferences (color above width)

In accordance with the original design, reorder the client prefs so that
night mode is above limited width

Visual change for users who have access to night mode

Bug: T357707
Change-Id: I21a976655734a2accc57d541bacba391961070a8
This commit is contained in:
Steph Toyofuku 2024-03-13 16:29:11 -07:00
parent c38e0677c3
commit 1492669009

View file

@ -3,12 +3,12 @@
"options": [ "0", "1", "2" ],
"preferenceKey": "vector-font-size"
},
"vector-feature-limited-width": {
"options": [ "1", "0" ],
"preferenceKey": "vector-limited-width"
},
"skin-night-mode": {
"options": [ "2", "0", "1" ],
"preferenceKey": "vector-night-mode"
},
"vector-feature-limited-width": {
"options": [ "1", "0" ],
"preferenceKey": "vector-limited-width"
}
}