Skip to content

Commit 2893487

Browse files
committed
Appearance pane in settings: fix custom animation length TextBox not working
1 parent 83bc664 commit 2893487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,9 @@
615615
<TextBox
616616
MinWidth="80"
617617
Margin="18 0 0 0"
618-
Text="{Binding CustomAnimationLength}"
618+
Text="{Binding Settings.CustomAnimationLength}"
619619
TextWrapping="NoWrap"
620-
Visibility="{ext:VisibleWhen {Binding AnimationSpeed},
620+
Visibility="{ext:VisibleWhen {Binding Settings.AnimationSpeed},
621621
IsEqualTo={x:Static userSettings:AnimationSpeeds.Custom}}" />
622622
</StackPanel>
623623
</cc:Card>

0 commit comments

Comments
 (0)