Rework config sidebar and deploy warning

This commit is contained in:
Nick O'Leary
2016-01-12 17:54:53 +00:00
parent de48c1be44
commit 50399c6bfa
9 changed files with 177 additions and 45 deletions

View File

@@ -271,6 +271,7 @@ RED.history = (function() {
RED.view.redraw(true);
RED.palette.refresh();
RED.workspaces.refresh();
RED.sidebar.config.refresh();
}
}
}