Skip to content

Commit

Permalink
menu entries for iptv player added
Browse files Browse the repository at this point in the history
  • Loading branch information
iPkay committed Sep 25, 2018
1 parent f3e8540 commit 2499285
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions usr/share/enigma2/MetrixHD/skin_00o_openatv.xml
Expand Up @@ -630,6 +630,10 @@
<convert type="MenuEntryCompare">youtubetv</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="menu" render="Pixmap" pixmap="MetrixHD/icons/pplayer.png" position="305,80" size="256,256" alphatest="blend" zPosition="1">
<convert type="MenuEntryCompare">iptv_main</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="menu_timermenu" position="0,0" size="1280,720" title="Main menu" flags="wfNoBorder" backgroundColor="transparent">
<panel name="MENU_template" />
Expand Down Expand Up @@ -895,6 +899,10 @@
<convert type="MenuEntryCompare">serviceapp_setup</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="menu" render="Pixmap" pixmap="MetrixHD/icons/setup.png" position="305,80" size="256,256" alphatest="blend" zPosition="1">
<convert type="MenuEntryCompare">iptv_config</convert>
<convert type="ConditionalShowHide" />
</widget>
</screen>
<screen name="menu_extended" position="0,0" size="1280,720" title="Main menu" flags="wfNoBorder" backgroundColor="transparent">
<panel name="MENU_template" />
Expand Down

0 comments on commit 2499285

Please sign in to comment.