fix: SearchFilter radio button checked status

This commit is contained in:
Gadfly 2024-06-25 17:33:09 +08:00
parent b5393c5ace
commit ef64c44142
No known key found for this signature in database

View file

@ -191,7 +191,8 @@
<RadioButton Grid.Column="2" <RadioButton Grid.Column="2"
Width="48" Width="48"
Classes="icon_button" 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}"/> <Path Width="14" Height="14" Stretch="Fill" HorizontalAlignment="Center" Data="{StaticResource Icons.Search}"/>
</RadioButton> </RadioButton>
</Grid> </Grid>