forgot to use the new locale key
This commit is contained in:
parent
e8025e175d
commit
8b76295ee0
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user