185: [Bug] Previews flicker when switching between clients with 'Hide previews when EVE client not active'
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user