Skip to content

Commit

Permalink
LateNight: Add the option to display 16 hotcues instead of only 4 or 8
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 committed May 21, 2024
1 parent b1af5de commit 80a674b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions res/skins/LateNight/helpers/skin_settings_full_deck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Description:
<Children>
<Template src="skins:LateNight/helpers/skin_settings_numToggle.xml">
<SetVariable name="Text">4</SetVariable>
<SetVariable name="Setting">[Skin],show_8_hotcues</SetVariable>
<SetVariable name="IsEqual">0</SetVariable>
<SetVariable name="Setting">[Skin],show_4_hotcues</SetVariable>
<SetVariable name="IsEqual">1</SetVariable>
<SetVariable name="Width">20f</SetVariable>
</Template>
<Template src="skins:LateNight/helpers/skin_settings_numToggle.xml">
Expand All @@ -48,6 +48,12 @@ Description:
<SetVariable name="IsEqual">1</SetVariable>
<SetVariable name="Width">20f</SetVariable>
</Template>
<Template src="skins:LateNight/helpers/skin_settings_numToggle.xml">
<SetVariable name="Text">16</SetVariable>
<SetVariable name="Setting">[Skin],show_16_hotcues</SetVariable>
<SetVariable name="IsEqual">1</SetVariable>
<SetVariable name="Width">20f</SetVariable>
</Template>
<WidgetGroup><Size>0me,0f</Size></WidgetGroup>
</Children>
</WidgetGroup>
Expand Down

0 comments on commit 80a674b

Please sign in to comment.