Skip to content

Commit

Permalink
fixed main menu icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sualfred committed Nov 11, 2019
1 parent b7e3ba4 commit 6512f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/script-skinshortcuts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
<onclick condition="!String.IsEqual(Container(211).ListItem.property(useFakeArt),true)">SendClick(404)</onclick>
<selected>String.IsEqual(Container(211).ListItem.property(useFakeArt),true)</selected>
<visible>!String.StartsWith(Container(211).ListItem.Property(defaultID),embuary_emby)</visible>
<visible>String.Contains(Container(211).ListItem.Property(list),://) | String.StartsWith(Container(211).ListItem.Property(defaultID),embuary_tag)</visible>
<visible>String.Contains(Container(211).ListItem.Property(path),://) | String.StartsWith(Container(211).ListItem.Property(defaultID),embuary_tag)</visible>
</control>
<control type="image" id="4004">
<width>100%</width>
Expand Down

0 comments on commit 6512f0d

Please sign in to comment.