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/Operations/OperationFadeExposureTime.cs')
-rw-r--r--UVtools.Core/Operations/OperationFadeExposureTime.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/Operations/OperationFadeExposureTime.cs b/UVtools.Core/Operations/OperationFadeExposureTime.cs
index e0715e3..cc92577 100644
--- a/UVtools.Core/Operations/OperationFadeExposureTime.cs
+++ b/UVtools.Core/Operations/OperationFadeExposureTime.cs
@@ -13,7 +13,7 @@ using UVtools.Core.FileFormats;
namespace UVtools.Core.Operations;
-[Serializable]
+
public class OperationFadeExposureTime : Operation
{
#region Members