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

@ -23048,4 +23048,4 @@
}
}
]
}
}

View File

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