Add sidebar tab icons to drop-down menu

This commit is contained in:
Nick O'Leary
2018-07-11 14:15:31 +01:00
parent 7dd98e99f9
commit 28402b0894
3 changed files with 13 additions and 3 deletions

View File

@@ -156,7 +156,7 @@
toolbar: uiComponents.footer,
enableOnEdit: true,
pinned: true,
iconClass: "fa fa-list-alt"
iconClass: "fa fa-bug"
});
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });