#51 allow hiding of preview for eve login screen clients

updated README.md
This commit is contained in:
Izakbar
2025-02-05 21:52:50 +00:00
parent 7ec1aceb54
commit 8e7c7374f4
5 changed files with 16 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ namespace EveOPreview.Configuration.Implementation
this.EnableClientLayoutTracking = false;
this.HideActiveClientThumbnail = false;
this.HideLoginClientThumbnail = false;
this.MinimizeInactiveClients = false;
this.WindowsAnimationStyle = AnimationStyle.NoAnimation;
this.ShowThumbnailsAlwaysOnTop = true;
@@ -165,6 +166,7 @@ namespace EveOPreview.Configuration.Implementation
}
public bool HideActiveClientThumbnail { get; set; }
public bool HideLoginClientThumbnail { get; set; }
public bool MinimizeInactiveClients { get; set; }
public AnimationStyle WindowsAnimationStyle { get; set; }
public bool ShowThumbnailsAlwaysOnTop { get; set; }