aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-11 14:55:13 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-11 14:55:43 +0300
commit765986922827db6d0f92ce1de6f53519c0674344 (patch)
tree99fe126ad997bac9f85e2847849bc14f86477d08 /Software/Visual_Studio/PPC/Tango.PPC.Common
parentff4ff38b6c497103ed80583277fc465bbeda833c (diff)
downloadTango-765986922827db6d0f92ce1de6f53519c0674344.tar.gz
Tango-765986922827db6d0f92ce1de6f53519c0674344.zip
Removed option 'show advanced (segment&gradient) in job editor'
Related Work Items: #9131
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs6
1 files changed, 0 insertions, 6 deletions
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
@@ -361,11 +361,6 @@ namespace Tango.PPC.Common
public double FineTuningMinLimitdL { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether [show advanced options].
- /// </summary>
- public bool ShowAdvancedOptions { get; set; }
-
- /// <summary>
/// Gets or sets a value indicating whether to force full screen mode on TwineX4.
/// </summary>
public bool ForceTouchMode { get; set; }
@@ -455,7 +450,6 @@ namespace Tango.PPC.Common
ScreenSaverStartDuration = 5;
EnableScreenSaver = true;
EnableRemoteJobUpload = true;
- ShowAdvancedOptions = false;
}
}
}