Browse Source

Move delete above copy

pull/165/head
Ionite 1 year ago
parent
commit
3795a88929
No known key found for this signature in database
  1. 4
      StabilityMatrix.Avalonia/Controls/ImageFolderCard.axaml

4
StabilityMatrix.Avalonia/Controls/ImageFolderCard.axaml

@ -140,11 +140,11 @@
<ui:FAMenuFlyout>
<ui:MenuFlyoutItem
HotKey="{x:Null}"
Command="{StaticResource ImageCopyCommand}"
Command="{StaticResource ImageDeleteCommand}"
CommandParameter="{Binding $self.DataContext}"/>
<ui:MenuFlyoutItem
HotKey="{x:Null}"
Command="{StaticResource ImageDeleteCommand}"
Command="{StaticResource ImageCopyCommand}"
CommandParameter="{Binding $self.DataContext}"/>
<ui:MenuFlyoutSeparator/>

Loading…
Cancel
Save