diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-07 18:09:39 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-07 18:09:39 +0300 |
| commit | 92b535a0f8db93cf4489182704b44813e078133d (patch) | |
| tree | 70ad10a4b6c95c87c777cecbd41c2c3f823f4714 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | a78e489a56f09eb6a0a3ffa557e602ee8c7e67a2 (diff) | |
| download | Tango-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.cs | 6 |
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; } } } |
