diff options
| author | GtrCraft <nickvanbokhorst@hotmail.com> | 2022-08-02 11:24:30 +0200 |
|---|---|---|
| committer | GtrCraft <nickvanbokhorst@hotmail.com> | 2022-08-02 11:26:26 +0200 |
| commit | 1a66c15783a71307486ea4936dd135847a649a86 (patch) | |
| tree | 7b072e8b4733aea532eee782f683b8e87b658319 | |
| parent | d1b4590baf5642c37e50a5b3ee690b136a45c639 (diff) | |
Change-Id: I48ecfcd0244f7921f51841851a1f87dd4e375042
| -rw-r--r-- | overlay-aicp/packages/apps/Settings/res/values/config.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/overlay-aicp/packages/apps/Settings/res/values/config.xml b/overlay-aicp/packages/apps/Settings/res/values/config.xml index 7e813b7..1cda752 100644 --- a/overlay-aicp/packages/apps/Settings/res/values/config.xml +++ b/overlay-aicp/packages/apps/Settings/res/values/config.xml @@ -14,12 +14,9 @@ limitations under the License. --> <resources> - - <!-- Whether to show min/max refresh rate in display settings --> - <bool name="config_show_min_refresh_rate_switch">true</bool> - - <!-- Whether to show peak refresh rate in display settings --> - <bool name="config_show_peak_refresh_rate_switch">true</bool> + + <!-- Whether to show min / max refresh rate preference in display settings --> + <bool name="config_show_refresh_rate_switch">true</bool> <!-- Whether to show the Preference for Adaptive connectivity --> <bool name="config_show_adaptive_connectivity">false</bool> |
