Skip to content

Commit

Permalink
fixed: videos/in progress button settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sualfred committed Jun 5, 2014
1 parent 58c0eac commit 89fb6fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions 720p/custom_HomeMenuSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
<width>250</width>
<label>$LOCALIZE[575]</label>
<onfocus>Skin.SetString(Section,Inprogress)</onfocus>
<onclick>Skin.ToggleSetting(homemenu.videos.disable)</onclick>
<selected>!Skin.HasSetting(homemenu.videos.disable)</selected>
<onclick>Skin.ToggleSetting(homemenu.inprogress.disable)</onclick>
<selected>!Skin.HasSetting(homemenu.inprogress.disable)</selected>

<radiowidth>24</radiowidth>
<include>dialog_Radio-alt</include>
<include>dialog_ControlCommons</include>
Expand All @@ -55,8 +56,8 @@
<width>250</width>
<label>$LOCALIZE[3]</label>
<onfocus>Skin.SetString(Section,Video)</onfocus>
<onclick>Skin.ToggleSetting(homemenu.inprogress.disable)</onclick>
<selected>!Skin.HasSetting(homemenu.inprogress.disable)</selected>
<onclick>Skin.ToggleSetting(homemenu.videos.disable)</onclick>
<selected>!Skin.HasSetting(homemenu.videos.disable)</selected>
<radiowidth>24</radiowidth>
<include>dialog_Radio-alt</include>
<include>dialog_ControlCommons</include>
Expand Down

0 comments on commit 89fb6fe

Please sign in to comment.