Skip to content

Commit

Permalink
[estuary] Add missing visible condition
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 6, 2016
1 parent 36670d9 commit bafa714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@
<param name="sortorder" value="descending"/>
<param name="list_id" value="8200"/>
<param name="fallback_icon" value="DefaultAddon.png"/>

</include>
<include content="WidgetListSquare">
<param name="content_path" value="addons://sources/game/"/>
Expand All @@ -285,6 +284,7 @@
<param name="sortorder" value="descending"/>
<param name="list_id" value="8700"/>
<param name="fallback_icon" value="DefaultAddon.png"/>
<param name="visible" value="System.GetBool(gamesgeneral.enable)"/>
</include>
<include content="WidgetListSquare">
<param name="content_path" value="addons://sources/executable/"/>
Expand Down
1 change: 1 addition & 0 deletions addons/skin.estuary/xml/Includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
<include content="CategoryLabel">
<param name="label">$PARAM[widget_header]</param>
<param name="list_id" value="$PARAM[list_id]"/>
<param name="visible" value="$PARAM[visible]"/>
</include>
<control type="panel" id="$PARAM[list_id]">
<left>0</left>
Expand Down

0 comments on commit bafa714

Please sign in to comment.