Merge pull request #344 from bkaankose/features/action-bar

Mail List action bar improvements
This commit is contained in:
Burak Kaan Köse
2024-08-31 15:28:59 +02:00
committed by GitHub
16 changed files with 224 additions and 633 deletions

View File

@@ -155,5 +155,10 @@ namespace Wino.Core.Domain.Interfaces
/// Setting: Gets or sets what should happen to server app when the client is terminated.
/// </summary>
ServerBackgroundMode ServerTerminationBehavior { get; set; }
/// <summary>
/// Setting: Whether the mail list action bar is enabled or not.
/// </summary>
bool IsMailListActionBarEnabled { get; set; }
}
}