diff options
author | VelocityRa <makren67@gmail.com> | 2018-10-26 21:02:00 +0300 |
---|---|---|
committer | VelocityRa <makren67@gmail.com> | 2018-10-26 21:02:00 +0300 |
commit | cad2a7d4363dbf65b1013572d17c648749b17a19 (patch) | |
tree | 516bbfc5a3dbe3081e3bf7096d590ce4f27f8103 /system/settings/settings.xml | |
parent | 5aa23f8ce173c70a19fa7c70f9dd84548c2d91c8 (diff) |
Revert "[xbmc][settings][GL][DX]: Remove test patterns"
This reverts commit 5aa23f8ce173c70a19fa7c70f9dd84548c2d91c8.
Diffstat (limited to 'system/settings/settings.xml')
-rwxr-xr-x | system/settings/settings.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index c5945132a2..395d5816c2 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -2397,6 +2397,16 @@ <level>3</level> <control type="button" format="action" /> </setting> + <setting id="videoscreen.testpattern" type="action" label="226" help="36358"> + <requirement> + <or> + <condition>HAS_GL</condition> + <condition>HAS_DX</condition> + </or> + </requirement> + <level>3</level> + <control type="button" format="action" /> + </setting> </group> </category> <category id="audio" label="14221" help="36360"> |