forgot to use the new locale key

This commit is contained in:
Evan Husted 2025-01-24 13:10:39 -06:00
parent e8025e175d
commit 8b76295ee0
2 changed files with 3 additions and 3 deletions

View File

@ -522,7 +522,7 @@
Grid.Column="2" Grid.Column="2"
IsEnabled="{Binding !Config.TurnOffLed}" IsEnabled="{Binding !Config.TurnOffLed}"
IsChecked="{Binding Config.UseRainbowLed, Mode=TwoWay}"> IsChecked="{Binding Config.UseRainbowLed, Mode=TwoWay}">
<TextBlock Text="Rainbow" /> <TextBlock Text="{ext:Locale ControllerSettingsLedColorRainbow}" />
</CheckBox> </CheckBox>
<ui:ColorPickerButton <ui:ColorPickerButton
Grid.Column="3" Grid.Column="3"
@ -531,7 +531,7 @@
IsMoreButtonVisible="False" IsMoreButtonVisible="False"
UseColorPalette="False" UseColorPalette="False"
UseColorTriangle="False" UseColorTriangle="False"
UseColorWheel="False" UseColorWheel="True"
ShowAcceptDismissButtons="False" ShowAcceptDismissButtons="False"
IsAlphaEnabled="False" IsAlphaEnabled="False"
AttachedToVisualTree="ColorPickerButton_OnAttachedToVisualTree" AttachedToVisualTree="ColorPickerButton_OnAttachedToVisualTree"