Skip to content

Commit

Permalink
Merge music OSD repeat icon animation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch1llb0 committed Sep 17, 2022
1 parent ae57e98 commit 70c96f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xml/MusicOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@
<control type="group">
<include>MusicOSD_coords10</include>
<visible>!Pvr.IsPlayingRadio</visible>
<animation effect="slide" end="120,0" time="0" condition="!Integer.IsGreater(MusicPlayer.PlaylistLength,1)">Conditional</animation>
<animation effect="slide" end="120,0" time="0" condition="Control.IsVisible(13)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(13)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(14)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(19)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(20)">Conditional</animation>
Expand Down Expand Up @@ -419,4 +420,4 @@

</controls>

</window>
</window>

0 comments on commit 70c96f3

Please sign in to comment.