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
commit b50ae21699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>