diff --git a/desktop/static/index.dev.html b/desktop/static/index.dev.html
index 49c4a6d43..a7624e2d7 100644
--- a/desktop/static/index.dev.html
+++ b/desktop/static/index.dev.html
@@ -68,6 +68,13 @@
suppressErrors = true;
});
+ socket.on('plugins-source-updated', (pluginsChanged) => {
+ window.postMessage({
+ type: 'plugins-source-updated',
+ data: pluginsChanged
+ })
+ })
+
function openError(text) {
if (suppressErrors) {
return;
@@ -105,4 +112,4 @@