Merge pull request #208 from gadfly3173/fix/search-btn

fix: SearchFilter radio button checked status
This commit is contained in:
leo
2024-06-25 17:53:55 +08:00
committed by GitHub

View File

@@ -191,7 +191,8 @@
<RadioButton Grid.Column="2"
Width="48"
Classes="icon_button"
GroupName="SearchGroup">
GroupName="SearchGroup"
IsChecked="{Binding IsSearching, Mode=TwoWay}">
<Path Width="14" Height="14" Stretch="Fill" HorizontalAlignment="Center" Data="{StaticResource Icons.Search}"/>
</RadioButton>
</Grid>