diff options
author | a1rwulf <a1rwulf@users.noreply.github.com> | 2018-08-27 18:34:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-27 18:34:41 +0200 |
commit | 1aaf00615183fb2d11725588300d1e5e19e8ee37 (patch) | |
tree | 3ac2942eca28dee47e3e42b26732cefd1d6db71c /system | |
parent | d6f14e5f13530ac4173180f7c58a8f6664869603 (diff) | |
parent | 6012484a4155f1e3730fe41dacbee079d2392a4d (diff) |
Merge pull request #14351 from a1rwulf/hide-usedisplayasclock
Settings: GBM - hide display as clock
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/gbm.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/settings/gbm.xml b/system/settings/gbm.xml index b33b203c11..5bcfafe004 100644 --- a/system/settings/gbm.xml +++ b/system/settings/gbm.xml @@ -2,6 +2,12 @@ <settings version="1"> <section id="player"> <category id="videoplayer"> + <group id="2"> + <setting id="videoplayer.usedisplayasclock"> + <visible>false</visible> + <default>false</default> + </setting> + </group> <group id="3"> <setting id="videoplayer.useprimedecoder" type="boolean" label="13430" help="36172"> <visible>false</visible> |