cleanup: remove duplicated

This commit is contained in:
leo 2024-06-17 19:44:54 +08:00
parent bac82ad6cf
commit 3afb134037
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
6 changed files with 6 additions and 8 deletions

View file

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