From 765986922827db6d0f92ce1de6f53519c0674344 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Wed, 11 Oct 2023 14:55:13 +0300 Subject: Removed option 'show advanced (segment&gradient) in job editor' Related Work Items: #9131 --- Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index acb84191b..03215553b 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -360,11 +360,6 @@ namespace Tango.PPC.Common /// public double FineTuningMinLimitdL { get; set; } - /// - /// Gets or sets a value indicating whether [show advanced options]. - /// - public bool ShowAdvancedOptions { get; set; } - /// /// Gets or sets a value indicating whether to force full screen mode on TwineX4. /// @@ -455,7 +450,6 @@ namespace Tango.PPC.Common ScreenSaverStartDuration = 5; EnableScreenSaver = true; EnableRemoteJobUpload = true; - ShowAdvancedOptions = false; } } } -- cgit v1.3.1