Skip to content

Commit

Permalink
[startwizard.xml] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbird committed Jan 4, 2025
1 parent 9f98424 commit c4e3115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/startwizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ self.selectKey("OK")
<step id="introduction" >
<text value="Use the up/down keys on your remote control to select an option. After that, press OK."/>
<list>
<listentry caption="Use the wizard to set up basic features" /> <!-- if you want enable (DeviceManagerMountPoints) in start wizard add this (step="devices") -->
<listentry caption="Use the wizard to set up basic features" step="nima" /> <!-- if you want enable (DeviceManagerMountPoints) in start wizard add this (step="devices") -->
<listentry caption="Exit the wizard" step="end"/>
</list>
<code>
Expand All @@ -18,11 +18,11 @@ self.selectKey("UP")
self.selectKey("DOWN")
</code>
</step>
<step id="devices" nextstep="network">
<step id="devices">
<condition>
self.condition = self.hasPartitions()
</condition>
<config screen="DeviceManagerMountPoints" module="DeviceManager" type="standalone" />
<config screen="DeviceManagerMountPoints" module="DeviceManager" type="standalone" step="nima"/>
</step>
<step id="network" >
<text value="Please connect your receiver to the internet"/>
Expand Down

0 comments on commit c4e3115

Please sign in to comment.