Added setting to show/hide action bar in mail list

This commit is contained in:
Aleh Khantsevich
2024-08-29 01:13:51 +02:00
parent 552fca8df7
commit 945c747e3e
6 changed files with 35 additions and 5 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; }
}
}