merged main

This commit is contained in:
Burak Kaan Köse
2024-08-31 15:31:29 +02:00
17 changed files with 251 additions and 634 deletions

View File

@@ -142,7 +142,7 @@ namespace Wino.Controls.Advanced
{
args.Handled = true;
ItemDeletedCommand?.Execute((int)MailOperation.SoftDelete);
ItemDeletedCommand?.Execute(MailOperation.SoftDelete);
}
}