Skip to content

Commit

Permalink
fix for widget posters visibility on individually set
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Oct 20, 2021
1 parent d8f6d7f commit fcc8b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 16x9/Includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
<control type="group">
<posy>400</posy>
<animation effect="slide" end="0,160" condition="String.IsEqual(Skin.String(home.style),$LOCALIZE[31182])">Conditional</animation>
<visible>[[Control.HasFocus(9001) | Control.HasFocus(9101)] + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154])] | String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31153]) | [!String.IsEmpty(Container(9000).ListItem.Property(PosterWidget)) + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166])]</visible>
<visible>[[Control.HasFocus(9001) | Control.HasFocus(9101)] + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31154])] | String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31153]) | [[[Integer.IsEqual(Window(Home).Property(MenuFocus),9002) + !String.IsEmpty(Container(9002).ListItem.Property(widget)) + !String.IsEmpty(Container(9002).ListItem.Property(PosterWidget))] | [[!Integer.IsEqual(Window(Home).Property(MenuFocus),9002) | String.IsEmpty(Container(9002).ListItem.Property(widget))] + !String.IsEmpty(Container(9000).ListItem.Property(PosterWidget))]] + String.IsEqual(Skin.String(home.widgetposters),$LOCALIZE[31166])]</visible>
<include>Home_Widget_Right</include>
<visible>!Player.HasVideo | [Player.HasVideo + !Skin.HasSetting(background.showvideo)]</visible>

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.eminence.2" name="Eminence" provider-name="jurialmunkey" version="4.1.16">
<addon id="skin.eminence.2" name="Eminence" provider-name="jurialmunkey" version="4.1.17">
<requires>
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="1.0.0" />
Expand Down

0 comments on commit fcc8b66

Please sign in to comment.