Skip to content

Commit

Permalink
add option to disable simple widget background and use fanart instead -
Browse files Browse the repository at this point in the history
fixes #23
  • Loading branch information
jurialmunkey committed Jun 5, 2022
1 parent 6bd4c0d commit 9d14603
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 1080i/SkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</focusedlayout>
<content>
<item id="1">
<label>$LOCALIZE[31087]</label>
<label>$LOCALIZE[31177]</label>
</item>
<item id="2">
<label>$LOCALIZE[480]</label>
Expand Down Expand Up @@ -113,6 +113,14 @@
<visible>Container(3).HasFocus(2)</visible>
<onclick>ActivateWindow(1112)</onclick>
</include>
<include content="Dialog_Settings_Button" description="Positional widgets show background">
<param name="id" value="2004" />
<param name="control" value="radiobutton" />
<label>$LOCALIZE[31176]</label>
<visible>Container(3).HasFocus(2)</visible>
<onclick>Skin.ToggleSetting(HomeFanart)</onclick>
<selected>!Skin.HasSetting(HomeFanart)</selected>
</include>

<!-- Navigation -->
<include content="Dialog_Settings_Label" description="PVR Live TV label">
Expand Down
10 changes: 10 additions & 0 deletions language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -889,3 +889,13 @@ msgstr ""
msgctxt "#31175"
msgid "Press back from EPG to open menu"
msgstr ""

#: /1080i/SkinSettings.xml
msgctxt "#31176"
msgid "Simple widget background (hide fanart)"
msgstr ""

#: /1080i/SkinSettings.xml
msgctxt "#31177"
msgid "Menus"
msgstr ""

0 comments on commit 9d14603

Please sign in to comment.