Skip to content

Commit

Permalink
Update theme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom authored May 20, 2024
1 parent 12467fd commit 4294a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catppuccin/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
if (name !== "/preferences") return;

const checkHeaderInterval = setInterval(() => {
const header = document.querySelector("[data-testid='settings-page'] > div:first-of-type, .x-settings-container");
const header = document.querySelector("[data-testid='settings-page'] > div:first-of-type, .x-settings-headerContainer");

if (header) {
clearInterval(checkHeaderInterval);
Expand Down

0 comments on commit 4294a61

Please sign in to comment.