Skip to content

Commit

Permalink
Merge pull request #130 from edit4ever/skin_incompatibility
Browse files Browse the repository at this point in the history
Remove Estuary specific elements
  • Loading branch information
MilhouseVH authored Jun 11, 2019
2 parents 171142f + 249496f commit f59dcc8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions skins/Default/1080i/service-LibreELEC-Settings-mainWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,9 @@
<animation effect="fade" start="100" end="bg_alpha" time="0" condition="Player.HasMedia + String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))">Conditional</animation>
<animation effect="fade" start="0" end="100" time="300" condition="Window.Previous(fullscreenvideo) | Window.Previous(startup)">WindowOpen</animation>
<texture>bg.jpg</texture>

</control>
</control>
<include>DefaultBackground</include>

<!-- topbar -->
<include content="TopBar">
<param name="breadcrumbs_label" value="$LOCALIZE[5]$INFO[Control.GetLabel(2), / ]" />
<param name="breadcrumbs_icon" value="$VAR[SettingsSectionIcon]" />
</include>

<!-- bottombar -->
<include>BottomBar</include>

<control type="group">
<left>110</left>
Expand Down Expand Up @@ -1216,4 +1207,3 @@
</control>
</controls>
</window>

0 comments on commit f59dcc8

Please sign in to comment.