Skip to content

Commit

Permalink
[Estuary] Fix duplicate music flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jjd-uk committed Jan 3, 2024
1 parent 498deca commit a44f9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
<control type="group">
<width>115</width>
<visible>!String.IsEmpty($PARAM[infolabel_prefix]ListItem.Duration)</visible>
<visible>Container.Content(albums) | Window.IsActive(DialogMusicInfo.xml) + Container.Content(songs)</visible>
<visible>Container.Content(albums) + ![Window.IsVisible(songinformation) | Window.IsVisible(musicinformation)]</visible>
<control type="label">
<width>110</width>
<height>60</height>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/MyMusicNav.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<height>70</height>
<animation effect="fade" start="0" end="100" time="300" delay="300">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<include condition="!Skin.HasSetting(hide_mediaflags)">MediaFlags</include>
<include condition="!Skin.HasSetting(hide_mediaflags) + ![Window.IsVisible(songinformation) | Window.IsVisible(musicinformation)]">MediaFlags</include>
</control>
<include>MediaMenuMouseOverlay</include>
<control type="group">
Expand Down

0 comments on commit a44f9b8

Please sign in to comment.