Added new option to hide action labels in mail rendering page (#683)
* Added option to disable labels for mail actions * Updated spacings and section title styles in settings * Added translations
This commit is contained in:
@@ -188,6 +188,11 @@ public interface IPreferencesService
|
||||
/// </summary>
|
||||
bool IsMailListActionBarEnabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setting: Whether the mail rendering page will show the action labels
|
||||
/// </summary>
|
||||
bool IsShowActionLabelsEnabled { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Calendar
|
||||
|
||||
Reference in New Issue
Block a user