Skip to content

Commit

Permalink
Remove unused control id
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed Apr 14, 2024
1 parent 4ad709a commit ed05a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 16x9/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@
<value condition="Control.HasFocus(7) | Control.HasFocus(5007)">$LOCALIZE[38023]</value>
<value condition="Control.HasFocus(10)">$LOCALIZE[13511]</value>
<value condition="Control.HasFocus(5010)">$INFO[Control.GetLabel(10)]</value>
<value condition="Control.HasFocus(5012) | Control.HasFocus(50012)">$INFO[Control.GetLabel(12)]</value>
<value condition="Control.HasFocus(5012)">$INFO[Control.GetLabel(12)]</value>
<value condition="Control.HasFocus(6) | Control.HasFocus(5006)">$LOCALIZE[184]</value>
<value condition="Control.HasFocus(208)">$LOCALIZE[22082]</value>
<value condition="String.IsEqual(ListItem.DBTYPE,season)">$LOCALIZE[31271]</value>
Expand Down

0 comments on commit ed05a5a

Please sign in to comment.