Skip to content

Commit

Permalink
resolve #67
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed May 17, 2024
1 parent 93aa0e6 commit 96049dc
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(".x-settings-headerContainer");
const header = document.querySelector("[data-testid='settings-page'] > div:first-of-type");

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

0 comments on commit 96049dc

Please sign in to comment.