diff --git a/Wino.Core.Domain/Interfaces/IPreferencesService.cs b/Wino.Core.Domain/Interfaces/IPreferencesService.cs index 9266cd22..490244db 100644 --- a/Wino.Core.Domain/Interfaces/IPreferencesService.cs +++ b/Wino.Core.Domain/Interfaces/IPreferencesService.cs @@ -91,11 +91,6 @@ public interface IPreferencesService : INotifyPropertyChanged /// bool IsShowPreviewEnabled { get; set; } - /// - /// Setting: Enable/disable semantic zoom on clicking date headers. - /// - bool IsSemanticZoomEnabled { get; set; } - /// /// Setting: Set whether 'img' tags in rendered HTMLs should be removed. /// diff --git a/Wino.Mail.WinUI/Views/Settings/MessageListPage.xaml b/Wino.Mail.WinUI/Views/Settings/MessageListPage.xaml index 9b50ef19..fe0050d0 100644 --- a/Wino.Mail.WinUI/Views/Settings/MessageListPage.xaml +++ b/Wino.Mail.WinUI/Views/Settings/MessageListPage.xaml @@ -107,14 +107,6 @@ - - - - - - - -