mirror of https://github.com/node-red/node-red.git
Merge pull request #5191 from node-red/knolleary-patch-1
Hide event log status widget by defaultpull/5193/head
commit
f1552e4e95
|
|
@ -51,7 +51,7 @@ RED.eventLog = (function() {
|
|||
align: "right",
|
||||
element: statusWidget
|
||||
});
|
||||
// RED.statusBar.hide("red-ui-event-log-status");
|
||||
RED.statusBar.hide("red-ui-event-log-status");
|
||||
|
||||
},
|
||||
show: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue