Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/LGSFile.cs')
-rw-r--r--UVtools.Core/FileFormats/LGSFile.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/UVtools.Core/FileFormats/LGSFile.cs b/UVtools.Core/FileFormats/LGSFile.cs
index 03143e3..cb3d38d 100644
--- a/UVtools.Core/FileFormats/LGSFile.cs
+++ b/UVtools.Core/FileFormats/LGSFile.cs
@@ -225,9 +225,7 @@ namespace UVtools.Core.FileFormats
PrintParameterModifier.LightOffDelay,
};
- public override byte ThumbnailsCount { get; } = 1;
-
- public override Size[] ThumbnailsOriginalSize { get; } = {new Size(120, 150)};
+ public override Size[] ThumbnailsOriginalSize { get; } = {new(120, 150)};
public override uint ResolutionX
{