From 96d2efb3f04c327a15fe3621324ee3aa5f6921d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Wed, 11 Feb 2026 14:50:48 +0100 Subject: [PATCH] Remove semantic zoom support. --- Wino.Core.Domain/Interfaces/IPreferencesService.cs | 5 ----- Wino.Mail.WinUI/Views/Settings/MessageListPage.xaml | 8 -------- 2 files changed, 13 deletions(-) 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 @@ - - - - - - - -