Add configurable mail notification actions

This commit is contained in:
Burak Kaan Köse
2026-04-15 15:43:07 +02:00
parent 1a1d69be56
commit 4ca26cb131
55 changed files with 410 additions and 20 deletions
@@ -192,6 +192,16 @@ public interface IPreferencesService : INotifyPropertyChanged
/// </summary>
Guid? StartupEntityId { get; set; }
/// <summary>
/// Setting: First action button displayed on mail toast notifications.
/// </summary>
MailOperation FirstMailNotificationAction { get; set; }
/// <summary>
/// Setting: Second action button displayed on mail toast notifications.
/// </summary>
MailOperation SecondMailNotificationAction { get; set; }
/// <summary>