mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Appearance pane in settings: fix custom animation length TextBox not working
This commit is contained in:
parent
83bc664a30
commit
2893487195
1 changed files with 2 additions and 2 deletions
|
|
@ -615,9 +615,9 @@
|
|||
<TextBox
|
||||
MinWidth="80"
|
||||
Margin="18 0 0 0"
|
||||
Text="{Binding CustomAnimationLength}"
|
||||
Text="{Binding Settings.CustomAnimationLength}"
|
||||
TextWrapping="NoWrap"
|
||||
Visibility="{ext:VisibleWhen {Binding AnimationSpeed},
|
||||
Visibility="{ext:VisibleWhen {Binding Settings.AnimationSpeed},
|
||||
IsEqualTo={x:Static userSettings:AnimationSpeeds.Custom}}" />
|
||||
</StackPanel>
|
||||
</cc:Card>
|
||||
|
|
|
|||
Loading…
Reference in a new issue