allowing socketeer to be disabeld
This commit is contained in:
parent
47f77acbe5
commit
fe174269bd
4 changed files with 41 additions and 23 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue