Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
overrides.xml:
- add missing  shortcut to home menu/submenu entry favourites node

MyPVRGuide.xml:
- fix conditional visibilities
  • Loading branch information
Ch1llb0 committed Oct 16, 2020
1 parent 66173d3 commit 855525b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions shortcuts/overrides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@
<content>addon-program</content>
</node>
</node>
<!-- Favorites -->
<node label="1036">
<!-- Favourites -->
<node label="1036">
<shortcut label="1036" icon="DefaultFavourites.png">ActivateWindow(Favourites)</shortcut>
<content>favourite</content>
</node>
<!-- Settings -->
Expand Down
4 changes: 1 addition & 3 deletions xml/MyPVRGuide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<control type="group">
<include>VisibleFadeAnimation</include>
<visible>Control.IsVisible(10)</visible>
<visible>Pvr.HasTVChannels + Window.IsVisible(TVGuide) | Pvr.HasRadioChannels + Window.IsVisible(RadioGuide)</visible>

<!-- Scrollbar (list) -->
<control type="scrollbar" id="60">
Expand Down Expand Up @@ -70,8 +70,6 @@
<!-- Program preview & info -->
<control type="group">
<include>MyPVRGuide_coords8</include>
<visible>Control.IsVisible(10)</visible>
<include>VisibleFadeAnimation</include>

<control type="image">
<include>MyPVRGuide_coords9</include>
Expand Down

0 comments on commit 855525b

Please sign in to comment.