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

Commit

Permalink
🐛 Fix half commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Apr 1, 2024
1 parent 2de0de3 commit 24372c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1080i/Includes_Actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<param name="i_view">$INFO[Window.Property(List.ViewContainer)]</param>
<param name="c_tmdb">[!String.IsEmpty(Window.Property(TMDbHelper.WidgetContainer))]</param>
<param name="i_tmdb">$INFO[Window.Property(TMDbHelper.WidgetContainer)]</param>
<param name="c_menu">[Skin.HasSetting(Navigation.EnableOptionsOnLeft)]</param>
<param name="c_menu">[!Skin.HasSetting(Navigation.DisableOptionsOnLeft)]</param>
<definition>

<onleft condition="$PARAM[c_menu]">Action(Info)</onleft>
Expand Down Expand Up @@ -539,7 +539,7 @@
<include name="Action_View_Movement_OnRight">
<param name="onleft" />
<param name="onbump">Skin.String(Navigation.OnLeftRight,Bump)</param>
<param name="onwrap">[Skin.String(Navigation.OnLeftRight,Wrap) | [Skin.String(Navigation.OnLeftRight,Loop) + Skin.HasSetting(Navigation.EnableOptionsOnLeft)]]</param>
<param name="onwrap">[Skin.String(Navigation.OnLeftRight,Wrap) | [Skin.String(Navigation.OnLeftRight,Loop) + !Skin.HasSetting(Navigation.DisableOptionsOnLeft)]]</param>
<param name="menuid">303</param>
<definition>

Expand Down

0 comments on commit 24372c2

Please sign in to comment.