diff options
| author | Jarl-Penguin <jarlpenguin@outlook.com> | 2022-11-03 12:32:08 +0300 |
|---|---|---|
| committer | jro1979oliver <jroliveira.oliveira301@gmail.com> | 2024-01-19 17:47:09 +0100 |
| commit | f3de60c83610e1a1350bc2c0d3ad9be04e66d3bd (patch) | |
| tree | 8d0db1baef2515c50f036ef6336a548bc2c25f5f | |
| parent | 444c5269dd91395e0254b558a8867325a16bf200 (diff) | |
nio: Bring back smooth display settings
Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com>
| -rw-r--r-- | resource-overlay/nio/Settings/res/values/config.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/resource-overlay/nio/Settings/res/values/config.xml b/resource-overlay/nio/Settings/res/values/config.xml index c92c7497..0792669b 100644 --- a/resource-overlay/nio/Settings/res/values/config.xml +++ b/resource-overlay/nio/Settings/res/values/config.xml @@ -15,9 +15,6 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Whether to show min 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 Smooth Display feature in Settings Options --> + <bool name="config_show_smooth_display">true</bool> </resources> |
