diff --git a/js/widgets/status.js b/js/widgets/status.js index 6e28411346..542b6c7cd9 100644 --- a/js/widgets/status.js +++ b/js/widgets/status.js @@ -181,6 +181,10 @@ class StatusMatrix { this.widgetWindow.sendToCenter(); } + /** + * @public + * @returns {void} + */ updateAll() { // Update status of all of the voices in the matrix. logo.updatingStatusMatrix = true;