misc: chore: [ci skip] forgot to make that a locale entry

This commit is contained in:
Evan Husted 2025-01-30 03:21:42 -06:00
parent 1a42d1396c
commit 4efe24a3bc
2 changed files with 27 additions and 2 deletions

View file

@ -28,7 +28,7 @@
</CheckBox>
</StackPanel>
<StackPanel Orientation="Horizontal" IsEnabled="{Binding !TurnOffLed}">
<TextBlock MinWidth="75" MaxWidth="200" Text="Rainbow Speed" />
<TextBlock MinWidth="75" MaxWidth="200" Text="{ext:Locale ControllerSettingsLedColorRainbowSpeed}" />
<Slider HorizontalAlignment="Center"
Value="{Binding RainbowSpeed}"
Width="175"