Add preference to hide title bar Wino account button (#833)

This commit is contained in:
Burak Kaan Köse
2026-03-17 12:00:34 +01:00
committed by GitHub
parent e2b9216f8f
commit ea204fef21
5 changed files with 24 additions and 2 deletions
@@ -62,6 +62,11 @@ public interface IPreferencesService : INotifyPropertyChanged
/// </summary>
bool IsStoreUpdateNotificationsEnabled { get; set; }
/// <summary>
/// Setting: Whether the Wino account profile button in the shell title bar should be hidden.
/// </summary>
bool IsWinoAccountButtonHidden { get; set; }
#endregion
#region Mail
@@ -246,4 +251,3 @@ public interface IPreferencesService : INotifyPropertyChanged
#endregion
}