ux: change the icon for clear stashes

This commit is contained in:
leo 2024-07-25 12:05:12 +08:00
parent 1d249a0216
commit 3ddaba1c28
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -29,7 +29,7 @@
Padding="0"
Command="{Binding Clear}"
IsEnabled="{Binding Stashes.Count, Converter={x:Static c:IntConverters.IsGreaterThanZero}}">
<Path Width="14" Height="14" Data="{StaticResource Icons.Clean}"/>
<Path Width="14" Height="14" Data="{StaticResource Icons.RemoveAll}"/>
</Button>
</Grid>