Skip to content

Commit

Permalink
remove Estuary specific elements
Browse files Browse the repository at this point in the history
While this removes the breadcumbs and clock bar when running the addon - it should make it universally compatible with all skins without generating log errors.
fix background path
  • Loading branch information
edit4ever committed Jun 11, 2019
1 parent 171142f commit 249496f
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 249496f

Please sign in to comment.