Skip to content

Commit

Permalink
Move Setup Wizard at the top of settings menu
Browse files Browse the repository at this point in the history
This option greatly simplifies the initial setup, yet it was the last element of the list.
  • Loading branch information
jyavenard authored and daniel-kristjansson committed Apr 5, 2012
1 parent 2f57287 commit bdaaf9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mythtv/themes/defaultmenu/main_settings.xml
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<mythmenu name="SETUP">

<button>
<type>SETTINGS_SETUPWIZARD</type>
<text>Setup Wizard</text>
<description>Perform basic configuration tasks</description>
<action>SETTINGS SETUPWIZARD</action>
</button>

<button>
<type>SETTINGS_GENERAL</type>
<text>General</text>
Expand Down Expand Up @@ -79,11 +86,4 @@
<action>SCREENSETUPWIZARD</action>
</button>

<button>
<type>SETTINGS_SETUPWIZARD</type>
<text>Setup Wizard</text>
<description>Perform basic configuration tasks</description>
<action>SETTINGS SETUPWIZARD</action>
</button>

</mythmenu>

0 comments on commit bdaaf9b

Please sign in to comment.