Reenabled Compatibility-Mode thumbnails back

This reverts commit de7edfa2c1.
This commit is contained in:
Anton Kasyanov
2021-01-29 19:08:18 +02:00
parent 6d3a83ac7b
commit e4229dcefc
12 changed files with 197 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ namespace EveOPreview.Configuration
bool MinimizeToTray { get; set; }
int ThumbnailRefreshPeriod { get; set; }
bool EnableCompatibilityMode { get; set; }
double ThumbnailOpacity { get; set; }
bool EnableClientLayoutTracking { get; set; }