style/renaming

This commit is contained in:
Aleh Khantsevich
2024-08-31 13:56:31 +02:00
parent ebf196ec73
commit d3ddf7b191
3 changed files with 6 additions and 7 deletions

View File

@@ -375,7 +375,7 @@ namespace Wino.Views
{
args.Handled = true;
ViewModel?.MailOperationCommand?.Execute(MailOperation.SoftDelete);
ViewModel?.ExecuteMailOperationCommand?.Execute(MailOperation.SoftDelete);
}
}