Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Oct 9, 2024
1 parent 4ebf7d5 commit 0b18414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions 16x9/Content_Viewtype_50_List.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@
<label2>$LOCALIZE[31005] $VAR[Copacetic_Divider_Bold] $LOCALIZE[31000]</label2>
<property name="ActionLeft">Container.PreviousViewMode</property>
<property name="ActionRight">Container.NextViewMode</property>
<visible>$PARAM[visible] + Integer.IsGreater(Container.ViewCount,1) + !Container.Content(favourites)</visible>
</item>
<item id="1">
<description>Layout / List</description>
<onclick>SetFocus(50)</onclick>
<label>$VAR[Copacetic_Chevron_Left] $LOCALIZE[31000] $VAR[Copacetic_Chevron_Right]</label>
<label2>$LOCALIZE[31005] $VAR[Copacetic_Divider_Bold] $LOCALIZE[31000]</label2>
<property name="ActionLeft">Container.PreviousViewMode</property>
<property name="ActionRight">Container.NextViewMode</property>
<visible>$PARAM[visible] + Integer.IsGreater(Container.ViewCount,1) + Container.Content(favourites)</visible>
<visible>$PARAM[visible] + Integer.IsGreater(Container.ViewCount,1)</visible>
</item>
<!-- Display -->
<!-- Empty -->
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<import addon="script.skinshortcuts" version="1.1.5" />
<import addon="service.upnext" version="1.1.9+MATRIX.1" />
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="true">
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
Expand Down

0 comments on commit 0b18414

Please sign in to comment.