Skip to content

Commit

Permalink
Fixed setting being ignored and always initializing with default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Exomanz committed Jul 28, 2024
1 parent f6bfc9c commit 7997e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UITweaks/Views/ModSettings.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ one color to another as the song progresses.'/>
<modifier-container child-expand-width='true' horizontal-fit='PreferredSize'>
<vertical vertical-fit='PreferredSize' spacing='3'>
<vertical vertical-fit='PreferredSize'>
<slider-setting id='rainbowspeed-slider' text='Rainbow Speed' min='0.1' max='1' increment='0.1'/>
<slider-setting id='rainbowspeed-slider' value='rainbow-speed' text='Rainbow Speed' min='0.1' max='1' increment='0.1'/>
<checkbox text='Italicize Combo Panel' value='combo-panel-italics' apply-on-change='true'/>
<checkbox text='Italicize Score Panel' value='score-panel-italics' apply-on-change='true'/>
<checkbox text='Italicize Immediate Rank' value='rank-panel-italics' apply-on-change='true'/>
Expand Down

0 comments on commit 7997e7b

Please sign in to comment.