lisa:overlay: show min/max refresh rate in settings
Signed-off-by: zaidkhan0997 <kzaid0997@gmail.com>
This commit is contained in:
parent
e1380e6f24
commit
9f7f200998
@ -5,6 +5,9 @@
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether to show Smooth Display feature in Settings Options -->
|
||||
<bool name="config_show_smooth_display">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 refresh rate in display settings -->
|
||||
<bool name="config_show_min_refresh_rate_switch">true</bool>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user