diff options
author | phunkyfish <phunkyfish@gmail.com> | 2019-09-23 21:29:11 +0100 |
---|---|---|
committer | phunkyfish <phunkyfish@gmail.com> | 2019-09-26 08:53:15 +0100 |
commit | d098a4f67553e5b72988ac86e2464e95ab15bf2e (patch) | |
tree | b46a44fc9894f2a34e95bfe2cca065e25ca83338 /system | |
parent | 17ae355295108961a7c4127230c9f2a85c65e0f9 (diff) |
[pvr] support numbering all groups from one locally
Diffstat (limited to 'system')
-rwxr-xr-x | system/settings/settings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 27f896d889..ec98e18efe 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1195,6 +1195,15 @@ <default>false</default> <control type="toggle" /> </setting> + <setting id="pvrmanager.startgroupchannelnumbersfromone" type="boolean" parent="pvrmanager.usebackendchannelnumbers" label="19316" help="36306"> + <level>2</level> + <dependencies> + <dependency type="visible" on="property" name="pvrsettingvisible" setting="pvrmanager.usebackendchannelnumbers" operator="is">true</dependency> + <dependency type="enable" setting="pvrmanager.usebackendchannelnumbers" operator="is">false</dependency> + </dependencies> + <default>false</default> + <control type="toggle" /> + </setting> <setting id="pvrmanager.clientpriorities" type="action" label="19240" help="36210"> <level>2</level> <dependencies> |