lisa:overlay: show min/max refresh rate in settings

Signed-off-by: zaidkhan0997 <kzaid0997@gmail.com>
This commit is contained in:
zaidkhan0997 2024-08-09 17:10:47 +05:30
parent e1380e6f24
commit 9f7f200998
Signed by: zaidkhan0997
GPG Key ID: 6C50557AD547C980

View File

@ -5,6 +5,9 @@
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
--> -->
<resources> <resources>
<!-- Whether to show Smooth Display feature in Settings Options --> <!-- Whether to show peak refresh rate in display settings -->
<bool name="config_show_smooth_display">true</bool> <bool name="config_show_peak_refresh_rate_switch">true</bool>
<!-- Whether to show min refresh rate in display settings -->
<bool name="config_show_min_refresh_rate_switch">true</bool>
</resources> </resources>