aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-10-06 04:13:10 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-10-06 04:13:10 +0300
commitc719c53ebb4d27e7f45c71f65588b2c5b7e75f86 (patch)
tree8ce2c9cbb50783035fbc1503a6de1729ef1f282f /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
parent9de6ed771ef74d5fb4ba9d9353ca7a676921f0db (diff)
downloadTango-c719c53ebb4d27e7f45c71f65588b2c5b7e75f86.tar.gz
Tango-c719c53ebb4d27e7f45c71f65588b2c5b7e75f86.zip
Enable/Disable proxy PPC settings.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs')
-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 ef24fedcc..8bc753be9 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs
@@ -299,6 +299,11 @@ namespace Tango.PPC.Common
public bool EnableSpoolReplacementDialog { get; set; }
/// <summary>
+ /// Gets or sets a value indicating whether enable the proxifier process.
+ /// </summary>
+ public bool EnableProxifier { get; set; }
+
+ /// <summary>
/// Gets the machine service address.
/// </summary>
/// <returns></returns>
@@ -357,6 +362,7 @@ namespace Tango.PPC.Common
InsightsStorageCleanupInterval = TimeSpan.FromMinutes(60);
EnableSpoolReplacementDialog = true;
+ EnableProxifier = true;
}
}
}