(Android) Add performance warning about overlays
This commit is contained in:
parent
58e1365a5c
commit
ed9484db27
|
@ -180,6 +180,7 @@
|
|||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="input_overlay_enable"
|
||||
android:summary="Enable touchscreen overlays (WARNING: Lower-resolution overlays might be more suitable for less powerful devices)."
|
||||
android:title="Enable" />
|
||||
|
||||
<Preference
|
||||
|
|
Loading…
Reference in New Issue