Skip to content

Commit

Permalink
🚑 Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Oct 17, 2024
1 parent 1eee5bf commit 8a20329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 1080i/Includes_Expressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
<expression name="Exp_ClassicHome_IsPrevious">[Window.Previous(Home) + String.IsEmpty(Skin.String(Hub.Home.ReplaceWindow))]</expression>
<expression name="Exp_ClassicHome_IsNext">[Window.Next(Home) + String.IsEmpty(Skin.String(Hub.Home.ReplaceWindow))]</expression>

<!-- <expression name="Exp_HubName_IsVisible">[[Integer.IsEqual(Window.Property(TMDbHelper.WidgetContainer),301) + !Integer.IsEqual(Container(300).NumItems,0) + Control.IsVisible(300)] | Control.HasFocus(300)]</expression> -->
<expression name="Exp_HubName_IsVisible">[[Integer.IsEqual(Window.Property(TMDbHelper.WidgetContainer),301) + !Integer.IsEqual(Container(300).NumItems,0) + Control.IsVisible(300)] | Control.HasFocus(300)]</expression>

<!-- <expression name="Exp_HubName_IsVisible">[Control.HasFocus(300)]</expression> -->

<expression name="Exp_HubName_IsVisible">[!Integer.IsEqual(Container(300).NumItems,0)]</expression>
<!-- <expression name="Exp_HubName_IsVisible">[!Integer.IsEqual(Container(300).NumItems,0)]</expression> -->

<expression name="Exp_Navigation_OnWrap">[!$EXP[Exp_ClassicHome_IsVisible]]</expression>
<expression name="Exp_Navigation_OnBump">[!$EXP[Exp_Navigation_OnWrap]]</expression>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.fuse.2" name="Arctic Fuse 2" provider-name="jurialmunkey" version="2.0.15">
<addon id="skin.arctic.fuse.2" name="Arctic Fuse 2" provider-name="jurialmunkey" version="2.0.16">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.skinvariables" version="2.1.14" />
Expand Down

0 comments on commit 8a20329

Please sign in to comment.