Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
🚑 Hotfix for categories widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Apr 10, 2024
1 parent cac8b74 commit 8fa3235
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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" name="Arctic Fuse" provider-name="jurialmunkey" version="0.6.14~omega">
<addon id="skin.arctic.fuse" name="Arctic Fuse" provider-name="jurialmunkey" version="0.6.15~omega">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.skinvariables" version="2.1.9" />
Expand Down
7 changes: 6 additions & 1 deletion shortcuts/generator/data/parts/endrow_fakeitems.xmltemplate
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
<include content="Animation_ConditionalFade">
<param name="condition">Window.IsVisible(1171)</param>
</include>
<include content="View_Combined_List_Horz_Fake">
<include content="View_Combined_List_Horz_Fake" condition="Skin.HasSetting(Views.DisableItemPeek)">
<param name="id">$MATH[{grouplist_item_x} * 1000 + 419]</param>
<param name="label">Widgets</param>
<param name="visible">{endrow_visible}</param>
<param name="width">280</param>
</include>
<include content="View_Combined_List_Horz_Fake" condition="!Skin.HasSetting(Views.DisableItemPeek)">
<param name="id">$MATH[{grouplist_item_x} * 1000 + 419]</param>
<param name="label">Widgets</param>
<param name="visible">{endrow_visible}</param>
</include>
</control>
2 changes: 1 addition & 1 deletion shortcuts/skinvariables-generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"output": "script-skinvariables-generator-includes-{skinuser}.xml",
"header": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<includes>",
"footer": "</includes>",
"buildv": "0.5.0",
"buildv": "0.5.1",
"skinid": "skin.arctic.fuse",
"getnfo": {},
"addnfo": {
Expand Down

0 comments on commit 8fa3235

Please sign in to comment.