aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-05-07 18:09:39 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-05-07 18:09:39 +0300
commit92b535a0f8db93cf4489182704b44813e078133d (patch)
tree70ad10a4b6c95c87c777cecbd41c2c3f823f4714 /Software/Visual_Studio/PPC/Tango.PPC.Common
parenta78e489a56f09eb6a0a3ffa557e602ee8c7e67a2 (diff)
downloadTango-92b535a0f8db93cf4489182704b44813e078133d.tar.gz
Tango-92b535a0f8db93cf4489182704b44813e078133d.zip
"Show advanced options (Multi-segments & Gradients) in the Job Editor" On\Off
Related Work Items: #8375
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, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
index 8a5c04588..41e103ca0 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
@@ -355,6 +355,11 @@ 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; }
@@ -433,6 +438,7 @@ namespace Tango.PPC.Common
ScreenSaverStartDuration = 5;
EnableScreenSaver = true;
EnableRemoteJobUpload = true;
+ ShowAdvancedOptions = false;
}
}
}