Add option to change controller LED color #572

Merged
Otozinclus merged 33 commits from Change-Controller-LED-Color into master 2025-01-24 20:47:36 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 8b76295ee0 - Show all commits

View File

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

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"