Merge pull request #5191 from node-red/knolleary-patch-1

Hide event log status widget by default
pull/5193/head
Nick O'Leary 2025-06-26 10:07:13 +01:00 committed by GitHub
commit f1552e4e95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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() {