fix: enforce hidden state and default color of alarm bell

This commit is contained in:
Kantine Wrapper
2026-02-24 13:19:38 +01:00
parent d4a8a47ccd
commit 33bb87d7f4
3 changed files with 6 additions and 1 deletions

View File

@@ -946,6 +946,8 @@
if (userFlags.size === 0) {
bellBtn.classList.add('hidden');
bellIcon.style.color = 'var(--text-secondary)';
bellIcon.style.textShadow = 'none';
return;
}