Minimize inactive EVE clients

This commit is contained in:
Anton Kasyanov
2018-03-03 22:40:26 +02:00
parent b8c1a3004f
commit 780df68b3c
13 changed files with 413 additions and 125 deletions

View File

@@ -17,6 +17,7 @@ namespace EveOPreview.View
bool EnableClientLayoutTracking { get; set; }
bool HideActiveClientThumbnail { get; set; }
bool MinimizeInactiveClients { get; set; }
bool ShowThumbnailsAlwaysOnTop { get; set; }
bool HideThumbnailsOnLostFocus { get; set; }
bool EnablePerClientThumbnailLayouts { get; set; }