Skip to content

Commit

Permalink
attempted fix for settings crash
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Aug 4, 2024
1 parent db24306 commit 8a1b227
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions 16x9/Components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@

<include name="Focus_Setter">
<param name="id" default="4010" />
<param name="time" default="0" />
<param name="target_id" />
<definition>
<control type="button" id="$PARAM[id]">
<visible allowhiddenfocus="true">false</visible>
<animation effect="slide" end="0,0" time="$PARAM[time]" reversible="false">Focus</animation>
<onfocus>$PARAM[target_id]</onfocus>
<onright>$PARAM[target_id]</onright>
<onleft>$PARAM[target_id]</onleft>
Expand Down
2 changes: 1 addition & 1 deletion 16x9/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Focus setter added to enable scrollbar to trigger on window load -->
<include content="Focus_Setter">
<param name="target_id" value="SetFocus(3000)" />
<param name="time" value="360" />
<animation effect="slide" end="0,0" time="360" reversible="false">Focus</animation>
</include>
<include content="Home_Container_Update_Bounce_Test" />
<include content="User_Scroll_Delay" />
Expand Down
2 changes: 1 addition & 1 deletion 16x9/Templates_Dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<param name="textcolor" value="$VAR[Breadcrumb_Label_Color]" />
</include>
<include content="Breadcrumb_Label" condition="!String.IsEmpty(ListItem.Endtime) + [String.IsEqual(ListItem.DBType,movie) | String.IsEqual(ListItem.DBTYpe,episode)]">
<param name="visible" value="!Window.IsVisible(volumebar) + !Window.IsVisible(notification) + !Window.IsVisible(extendedprogressdialog)" />
<param name="visible" value="!Window.IsVisible(volumebar) + !Window.IsVisible(notification) + !Window.IsVisible(extendedprogressdialog) + !$EXP[Music_Player_IsVisible]" />
<param name="bar" value="false" />
<param name="align" value="right" />
<param name="title_label" value="$LOCALIZE[31100]" />
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**2.5.9**
- Hide dialogvideinfo.xml label for ends time in top right corner when musicplayer widget is active.
- Attempted fix for crashes in when browsing settings screens on certain platforms, courtesy of @mikeSILVO

**2.5.8**
- New attempted fix for infoscreen path tracer bug

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="2.5.8" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="2.5.9" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.copacetic.helper" version="1.1.0" />
Expand Down

0 comments on commit 8a1b227

Please sign in to comment.