#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

@@ -26,6 +26,7 @@ namespace EveOPreview.Configuration
bool EnableClientLayoutTracking { get; set; }
bool HideActiveClientThumbnail { get; set; }
bool HideLoginClientThumbnail { get; set; }
bool MinimizeInactiveClients { get; set; }
AnimationStyle WindowsAnimationStyle { get; set; }
bool ShowThumbnailsAlwaysOnTop { get; set; }