Make system tray icon optional

This commit is contained in:
Burak Kaan Köse
2026-04-19 10:47:42 +02:00
parent 9cc6b03f61
commit bfbc3d40b3
4 changed files with 80 additions and 15 deletions
@@ -62,6 +62,11 @@ public interface IPreferencesService : INotifyPropertyChanged
/// </summary>
bool IsStoreUpdateNotificationsEnabled { get; set; }
/// <summary>
/// Setting: Whether the system tray icon should be created while the shell is available.
/// </summary>
bool IsSystemTrayIconEnabled { get; set; }
/// <summary>
/// Setting: Whether the Wino account profile button in the shell title bar should be hidden.
/// </summary>