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/OperationEditParameters.cs')
-rw-r--r--UVtools.Core/Operations/OperationEditParameters.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/UVtools.Core/Operations/OperationEditParameters.cs b/UVtools.Core/Operations/OperationEditParameters.cs
index de8d37f..7e6e8f3 100644
--- a/UVtools.Core/Operations/OperationEditParameters.cs
+++ b/UVtools.Core/Operations/OperationEditParameters.cs
@@ -9,10 +9,8 @@
using System;
using System.Linq;
using System.Text;
-using System.Threading.Tasks;
using System.Xml.Serialization;
using UVtools.Core.FileFormats;
-using UVtools.Core.Objects;
namespace UVtools.Core.Operations
{
@@ -29,6 +27,8 @@ namespace UVtools.Core.Operations
#endregion
#region Overrides
+
+ public override bool CanRunInPartialMode => true;
public override Enumerations.LayerRangeSelection StartLayerRangeSelection => Enumerations.LayerRangeSelection.None;
public override bool CanROI => false;