Allow disabling badge update per-account. (#472)

This commit is contained in:
Burak Kaan Köse
2024-11-09 20:37:38 +01:00
committed by GitHub
parent b49e1b3a97
commit 90e291ac8a
5 changed files with 45 additions and 6 deletions

View File

@@ -36,6 +36,11 @@ namespace Wino.Core.Domain.Entities
/// </summary>
public bool IsSignatureEnabled { get; set; }
/// <summary>
/// Gets or sets whether this account's unread items should be included in taskbar badge.
/// </summary>
public bool IsTaskbarBadgeEnabled { get; set; } = true;
/// <summary>
/// Gets or sets signature for new messages. Null if signature is not needed.
/// </summary>