mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Merge pull request #5191 from node-red/knolleary-patch-1
Hide event log status widget by default
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user