Change debug sidebar icon

This commit is contained in:
Nick O'Leary 2018-05-24 16:47:51 +01:00
parent a5c00b5c81
commit c157960846
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -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'); });