Local draft resent and default app mode settings.

This commit is contained in:
Burak Kaan Köse
2026-02-22 17:55:57 +01:00
parent 311b3c77c8
commit 33672ab0aa
12 changed files with 229 additions and 30 deletions
@@ -52,6 +52,11 @@ public interface IPreferencesService : INotifyPropertyChanged
/// </summary>
int EmailSyncIntervalMinutes { get; set; }
/// <summary>
/// Setting: Default application mode to open when activation does not specify one.
/// </summary>
WinoApplicationMode DefaultApplicationMode { get; set; }
#endregion
#region Mail