mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Allow flashAt minimum to go to -1. Allows disabling flash and pulse.
This commit is contained in:
parent
dca1d040b1
commit
0a726d079a
@ -636,8 +636,8 @@
|
||||
<ComboBoxItem Content="Flash at"/>
|
||||
<ComboBoxItem Content="Pulse at"/>
|
||||
</ComboBox>
|
||||
<xctk:IntegerUpDown d:IsHidden="True" Value="{Binding FlashAt}" MinWidth="50"
|
||||
Minimum="0" Maximum="100" Increment="10" />
|
||||
<xctk:IntegerUpDown d:IsHidden="True" Value="{Binding FlashAt,FallbackValue=0}" MinWidth="50"
|
||||
Minimum="-1" Maximum="100" Increment="10" />
|
||||
<Label Content="%" />
|
||||
<Button x:Name="flashColorBtn" Width="20" Height="20" Background="{Binding FlashColor,FallbackValue=Blue}"
|
||||
ToolTip="{lex:Loc Resources:FlashAtTip}" Click="FlashColorBtn_Click" />
|
||||
|
Loading…
Reference in New Issue
Block a user