Merge pull request #386 from ybeapps/feature/first-parent-filter

first-parent-filter
This commit is contained in:
leo 2024-08-21 19:28:52 +08:00 committed by GitHub
commit acf0a486d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 35 additions and 1 deletions

View file

@ -125,6 +125,10 @@
<Button Classes="icon_button" Width="32" Command="{Binding NavigateToCurrentHead}" ToolTip.Tip="{DynamicResource Text.Repository.NavigateToCurrentHead}">
<Path Width="13" Height="13" Margin="0,2,0,0" Data="{StaticResource Icons.Target}" Fill="{DynamicResource Brush.FG1}"/>
</Button>
<ToggleButton Classes="icon_button" Width="32" IsChecked="{Binding FirstParentFilterToggled, Mode=TwoWay}" ToolTip.Tip="{DynamicResource Text.Repository.FirstParentFilterToggle}">
<Path Width="13" Height="13" Margin="0,2,0,0" Data="{StaticResource Icons.FirstParentFilter}" Fill="{DynamicResource Brush.FG1}"/>
</ToggleButton>
</StackPanel>
</Grid>
</UserControl>