Skip to content

Commit

Permalink
tweaked comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight authored and u7486259 committed Oct 22, 2023
1 parent 1d45bec commit c4e1129
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 @@ -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');
Expand Down

0 comments on commit c4e1129

Please sign in to comment.