Skip to content

Commit

Permalink
perf: shortcut enter bind to search button
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Feb 5, 2024
1 parent 5fd7a2d commit bf1cdd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PipManager/Views/Pages/Search/SearchPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
Command="{Binding ViewModel.SearchCommand}"
CommandParameter="{Binding ElementName=SearchTextBox, Path=Text}"
FontSize="20"
Icon="{ui:SymbolIcon Search48}" />
Icon="{ui:SymbolIcon Search48}"
IsDefault="True"/>
</Grid>

<ListView
Expand Down

0 comments on commit bf1cdd4

Please sign in to comment.