diff options
Diffstat (limited to 'data/menu.xml')
| -rwxr-xr-x | data/menu.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/data/menu.xml b/data/menu.xml index fbc52957..6e103542 100755 --- a/data/menu.xml +++ b/data/menu.xml @@ -17,7 +17,6 @@ <item text="Network setup" entryID="network_setup">self.openSetup("network")</item>--> <!--<item text="CI"><screen module="Ci" screen="CiSelection" /></item>--> <!--<item text="Radio"><code>print "radio mode"</code></item>--> - <item level="0" text="Subtitles" entryID="subtitle_selection" weight="40"><screen module="Subtitles" screen="Subtitles" /></item> <item level="0" text="Timer" entryID="timer_edit"><screen module="TimerEdit" screen="TimerEditList" /></item> <item level="1" text="VCR scart" entryID="scart_switch" requires="ScartSwitch"><code>self.session.scart.VCRSbChanged(3)</code></item> @@ -62,8 +61,9 @@ </menu> <!--<item text="Remote Control"><setup id="rc" /></item>--> <!--<item text="OSD"><setup id="osd" /></item>--> - <item requires="Display"><setup level="1" id="lcd" /></item> <item level="0" text="Network" entryID="network_setup"><screen module="NetworkSetup" screen="NetworkAdapterSelection" /></item> + <item level="1" text="Input devices" entryID="input_device_setup"><screen module="InputDeviceSetup" screen="InputDeviceSelection" /></item> + <item requires="Display"><setup level="1" id="lcd" /></item> <item text="Keyboard"><setup id="keyboard" /></item> <!--<menu level="1" text="Network..." entryID="network_setup"> <id val="network" /> @@ -75,12 +75,6 @@ <item weight="10" level="1" text="Common Interface" entryID="ci_setup" requires="CommonInterface"><screen module="Ci" screen="CiSelection" /></item> <item weight="15" level="0" text="Parental control" entryID="parental_setup"><screen module="ParentalControlSetup" screen="ParentalControlSetup" /></item> <!--item level="0" text="Startwizard" entryID="startwizzard"><screen module="StartWizard" screen="StartWizard" /></item--> - <item weight="20" level="0" text="Default settings" entryID="default_wizard"> - <code> -from Screens.DefaultWizard import DefaultWizard -self.session.open(DefaultWizard, silent = False) -</code> - </item> <item weight="25" level="0" text="Factory reset" entryID="factory_reset"> <code> from Screens.FactoryReset import FactoryReset |
