185: [Bug] Previews flicker when switching between clients with 'Hide previews when EVE client not active'

This commit is contained in:
Anton Kasyanov
2021-05-02 19:52:49 +03:00
parent d864bbb96d
commit 239026886c
5 changed files with 90 additions and 23 deletions

View File

@@ -16,9 +16,11 @@ namespace EveOPreview.Configuration
bool HideActiveClientThumbnail { get; set; }
bool MinimizeInactiveClients { get; set; }
bool ShowThumbnailsAlwaysOnTop { get; set; }
bool HideThumbnailsOnLostFocus { get; set; }
bool EnablePerClientThumbnailLayouts { get; set; }
bool HideThumbnailsOnLostFocus { get; set; }
int HideThumbnailsDelay { get; set; }
Size ThumbnailSize { get; set; }
Size ThumbnailMinimumSize { get; set; }
Size ThumbnailMaximumSize { get; set; }