aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-05-08 15:22:18 +0300
committerRoy <Roy.mail.net@gmail.com>2023-05-08 15:22:18 +0300
commit32ff3d6cc46e121a221232c67515e2f58e737bf2 (patch)
tree76507b357a3d16ca02d32b1f4388815574e881cd /Software/Visual_Studio/PPC/Tango.PPC.Common
parentd733552b94a565f3723c76ae531e4b04431ff085 (diff)
parent031fdf36d4b96c581860032e6539470e132dbd07 (diff)
downloadTango-32ff3d6cc46e121a221232c67515e2f58e737bf2.tar.gz
Tango-32ff3d6cc46e121a221232c67515e2f58e737bf2.zip
Merge branch 'eureka' of https://twinetfs.visualstudio.com/Tango/_git/Tango into eureka
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;
}
}
}