mirror of https://github.com/node-red/node-red.git
Change debug sidebar icon
parent
a5c00b5c81
commit
c157960846
|
@ -156,7 +156,7 @@
|
|||
toolbar: uiComponents.footer,
|
||||
enableOnEdit: true,
|
||||
pinned: true,
|
||||
iconClass: "fa fa-wrench"
|
||||
iconClass: "fa fa-list-alt"
|
||||
});
|
||||
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });
|
||||
|
||||
|
|
Loading…
Reference in New Issue