diff --git a/SpeckleConnector/Connector.vcxproj b/SpeckleConnector/Connector.vcxproj
index 4f6fa79..fa8466c 100644
--- a/SpeckleConnector/Connector.vcxproj
+++ b/SpeckleConnector/Connector.vcxproj
@@ -107,6 +107,7 @@
+
@@ -134,6 +135,7 @@
+
diff --git a/SpeckleConnector/Connector.vcxproj.filters b/SpeckleConnector/Connector.vcxproj.filters
index e975ae4..b28e1ac 100644
--- a/SpeckleConnector/Connector.vcxproj.filters
+++ b/SpeckleConnector/Connector.vcxproj.filters
@@ -50,6 +50,9 @@
{1656a0df-aa39-4f41-860f-7b278b31784a}
+
+ {2b87cf11-87cd-435f-ab24-42170c2e657e}
+
@@ -143,6 +146,9 @@
Connector\Interface\Browser\Bridge\Test
+
+ Connector\Interface\Browser\Bridge\Send
+
@@ -223,5 +229,8 @@
Connector\Interface\Browser\Bridge\Test
+
+ Connector\Interface\Browser\Bridge\Send
+
\ No newline at end of file
diff --git a/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp b/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp
index f5011fb..8c48f37 100644
--- a/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp
+++ b/SpeckleConnector/Connector/Interface/ConnectorPalette.cpp
@@ -166,7 +166,7 @@ BrowserPalette::BrowserPalette() :
install(std::make_shared());
install(std::make_shared());
install(std::make_shared());
- install(std::make_shared());
+ //install(std::make_shared());
install(std::make_shared());
InitBrowserControl();
}