소스 검색

lynx: Show refresh rate stuffs

j7b3y 3 달 전
부모
커밋
2a37a300f3
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      overlay-lineage/packages/apps/Settings/res/values/config.xml

+ 4 - 0
overlay-lineage/packages/apps/Settings/res/values/config.xml

@@ -17,4 +17,8 @@
 <resources>
     <!-- Whether to show Smooth Display feature in Settings Options -->
     <bool name="config_show_smooth_display">true</bool>
+
+    <!-- Whether to show min/max refresh rate in display settings -->
+    <bool name="config_show_refresh_rate_controls">true</bool>
+    <bool name="config_supports_dynamic_refresh_rate_controls">false</bool>
 </resources>