From 96049dc3678f902fe7447d805e704d790fa0e0c9 Mon Sep 17 00:00:00 2001 From: OhItsTom <22730962+ohitstom@users.noreply.github.com> Date: Fri, 17 May 2024 08:18:07 +0100 Subject: [PATCH] resolve #67 --- catppuccin/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catppuccin/theme.js b/catppuccin/theme.js index e0febec..a7ba91a 100644 --- a/catppuccin/theme.js +++ b/catppuccin/theme.js @@ -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);