Skip to content

Commit

Permalink
misc bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Nov 14, 2023
1 parent 9a95f41 commit 5b868cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 16x9/Templates_MyWindows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<definition>
<!-- Background -->
<include content="Light_Theme_Background">
<param name="visible" value="[$EXP[Container_Addons_Repo] + $EXP[Infoscreen_IsVisible]] | [$EXP[Container_Addons_NonRepo]" />
<param name="visible" value="[$EXP[Container_Addons_Repo] + $EXP[Infoscreen_IsVisible]] | $EXP[Container_Addons_NonRepo]" />
</include>
<include content="Background_Global" condition="$EXP[Library_Has_Content]">
<param name="visible" value="$PARAM[visible] + !$EXP[Container_Addons_NonRepo]" />
Expand Down
2 changes: 1 addition & 1 deletion 16x9/Variables_Labels_Windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<value condition="Control.HasFocus(10190) | Control.HasFocus(10181) | Control.HasFocus(10192)">$LOCALIZE[31524]</value>
<!-- Background -->
<value condition="Control.HasFocus(16010) | Control.HasFocus(16011)">$LOCALIZE[31526]</value>
<value condition="Control.HasFocus(16030) | Control.HasFocus(16031">$LOCALIZE[31527]</value>
<value condition="Control.HasFocus(16030) | Control.HasFocus(16031)">$LOCALIZE[31527]</value>
<value condition="Control.HasFocus(16050) | Control.HasFocus(16051)">$LOCALIZE[31587]</value>
<value condition="Control.HasFocus(1607)">$LOCALIZE[31533]</value>
<!-- Home -->
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc


Still to do:
Script upnext redesign
black screen until first artwork fetched
choose artwork icon dimmed
autoscroll on widgets? start on widgets? showcase 1st
Expand Down

0 comments on commit 5b868cf

Please sign in to comment.