diff --git a/src/Views/AddWorktree.axaml b/src/Views/AddWorktree.axaml index 1811008c..6ab3360b 100644 --- a/src/Views/AddWorktree.axaml +++ b/src/Views/AddWorktree.axaml @@ -80,6 +80,7 @@ Height="28" Padding="8,0" VerticalAlignment="Center" HorizontalAlignment="Stretch" ItemsSource="{Binding RemoteBranches}" + IsTextSearchEnabled="True" SelectedItem="{Binding SelectedTrackingBranch, Mode=TwoWay}" IsVisible="{Binding SetTrackingBranch, Mode=OneWay}"> diff --git a/src/Views/AddWorktree.axaml.cs b/src/Views/AddWorktree.axaml.cs index 4ac2d85f..f5d90d55 100644 --- a/src/Views/AddWorktree.axaml.cs +++ b/src/Views/AddWorktree.axaml.cs @@ -1,4 +1,5 @@ using System; + using Avalonia.Controls; using Avalonia.Interactivity; using Avalonia.Platform.Storage; diff --git a/src/Views/Pull.axaml b/src/Views/Pull.axaml index 5fc2ecd3..df1fe4d6 100644 --- a/src/Views/Pull.axaml +++ b/src/Views/Pull.axaml @@ -46,6 +46,7 @@ Margin="0,0,8,0" Text="{DynamicResource Text.Pull.Branch}"/>