Make TopBar dynamic

This commit is contained in:
Aleh Khantsevich
2024-08-31 13:25:55 +02:00
parent a4ff67e8f4
commit 85c3833452
3 changed files with 60 additions and 113 deletions

View File

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