feat(configuration): add thumbnail snap range setting

This commit is contained in:
2025-08-29 22:32:05 +02:00
parent a975fbf03d
commit 00eb9eb2de
8 changed files with 295 additions and 10 deletions

View File

@@ -53,6 +53,7 @@ namespace EveOPreview.Configuration {
Size ThumbnailMaximumSize { get; set; }
bool EnableThumbnailSnap { get; set; }
int ThumbnailSnapRange { get; set; }
bool ThumbnailZoomEnabled { get; set; }
int ThumbnailZoomFactor { get; set; }