Add tooltip for event log view

This commit is contained in:
Kazuhito Yokoi
2025-08-03 09:43:56 +09:00
parent 9bf42037b5
commit a7491b0227
3 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ RED.eventLog = (function() {
align: "right",
element: statusWidget
});
RED.popover.tooltip(statusWidget, RED._('actions.open-event-log'));
RED.statusBar.hide("red-ui-event-log-status");
},