Make system tray icon optional
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user