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

Commit

Permalink
🔖 Attempt two
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 21, 2024
1 parent 50a052b commit 85a5e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 1080i/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<onload>AlarmClock(SplashTimeOut,noop,00:59,silent)</onload>
<onload>ClearProperty(EndRow.HasFocus)</onload>

<onload condition="String.IsEmpty(Window(1198).Property(BuiltTextures))">RunScript($VAR[Action_Var_BuildTextures])</onload>
<onload condition="String.IsEmpty(Window(Home).Property(BuiltTextures))">RunScript($VAR[Action_Var_BuildTextures],reload=Home)</onload>

<include content="Action_Hubs_Onload">
<param name="window_id">Home</param>
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" name="Arctic Fuse" provider-name="jurialmunkey" version="0.5.17~omega">
<addon id="skin.arctic.fuse" name="Arctic Fuse" provider-name="jurialmunkey" version="0.5.18~omega">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.skinvariables" version="2.1.9" />
Expand Down
2 changes: 1 addition & 1 deletion shortcuts/skinvariables-build-colortemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@
"Skin.{skinsetting_enablemonochromehighlight}({defaultuser_prefix}EnableMonochromeHighlight)",
"route=action=buildtemplate&force&no_reload=true&template=textures&color_highlight={color_highlight}&color_gradient={color_gradient}&color_progress={color_progress}&skindir={skindir}",
"RunScript(script.texturemaker,bg={color_highlight},fg={color_gradient},alpha=1.0,folder={skindir},selectbox_thin=special://skin/extras/textures/selectbox_thin.png,scrollv=special://skin/extras/textures/scrollv.png,scrollh=special://skin/extras/textures/scrollh.png,underline=special://skin/extras/textures/underline.png,box=special://skin/extras/textures/box.png,circle=special://skin/extras/textures/circle.png,menu=special://skin/extras/textures/menu.png,menumain+overlay+slicing{{240|80}}=special://skin/extras/textures/menumain.png,buttonmain+slicing{240|80}=special://skin/extras/textures/menumain.png,main=special://skin/extras/textures/main.png,circlebuttondialog=special://skin/extras/textures/circlebutton.png,{reload_window})",
"SetProperty(BuiltTextures,True,1198)"
"SetProperty(BuiltTextures,True,Home)"
]
}

0 comments on commit 85a5e8f

Please sign in to comment.