diff --git a/src/ui/interface.js b/src/ui/interface.js index dfae888fd..c142d7187 100644 --- a/src/ui/interface.js +++ b/src/ui/interface.js @@ -2333,7 +2333,7 @@ export class UI { ui.game.grid.redoLastQuery(); }; - // hide the brand logo when navigating away using a hotkey + // Hide the project logo when navigating away using a hotkey document.addEventListener('visibilitychange', function () { if (document.hidden) { ui.$brandlogo.addClass('hide');