diff --git a/MeshCentral b/MeshCentral
deleted file mode 160000
index b6bfdbbc..00000000
--- a/MeshCentral
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit b6bfdbbc91375c12700a81048f29b6fc5dfd3e96
diff --git a/public/index.html b/public/index.html
index 7fab174b..5e3edf4c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1112,7 +1112,6 @@
if (meshidx[0] == '/') meshidx = meshidx.substring(1);
var x = "To add a new computer to mesh " + EscapeHtml(mesh.name) + ", download the mesh agent and configuration file and install the agent on the computer to manage.
";
x += addHtmlValue('Mesh Agent', 'Windows executable (.exe)');
- x += addHtmlValue('Settings File', '' + EscapeHtml(mesh.name) + ' settings (.msh)');
setDialogMode(2, "Add Mesh Agent", 1, null, x);
}