allowing socketeer to be disabeld

This commit is contained in:
Lars Brubaker 2020-06-19 11:06:03 -07:00
parent 47f77acbe5
commit fe174269bd
4 changed files with 41 additions and 23 deletions

View file

@ -387,6 +387,12 @@ namespace MatterHackers.MatterControl
true,
false);
AddUserBoolToggle(advancedPanel,
"Enable Socketeer Client".Localize(),
UserSettingsKey.ApplicationUseSocketeer,
true,
false);
var openCacheButton = new IconButton(AggContext.StaticData.LoadIcon("fa-link_16.png", 16, 16, theme.InvertIcons), theme)
{
ToolTipText = "Open Folder".Localize(),