Skip to content

Commit

Permalink
tweaked comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight authored Oct 21, 2023
1 parent 7ff6f2d commit 6c9276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,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');
Expand Down

0 comments on commit 6c9276c

Please sign in to comment.