fix: SearchFilter radio button checked status

This commit is contained in:
Gadfly
2024-06-25 17:33:09 +08:00
parent b5393c5ace
commit ef64c44142

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>