#32 move resize kludge timeout value to config as ThumbnailResizeTimeoutPeriod instead of hardcoded 500ms

This commit is contained in:
Izakbar
2024-11-16 11:07:35 +00:00
parent 22ab0ea8ef
commit cba8f7d3a2
4 changed files with 15 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ namespace EveOPreview.Configuration
bool MinimizeToTray { get; set; }
int ThumbnailRefreshPeriod { get; set; }
int ThumbnailResizeTimeoutPeriod { get; set; }
bool EnableCompatibilityMode { get; set; }
double ThumbnailOpacity { get; set; }