From 88261c378155a45564f25c20cc0669946420aa15 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 23 Jun 2025 15:10:42 +0200 Subject: [PATCH] Remove this indicator dot thing --- web/src/client/components/notification-status.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/src/client/components/notification-status.ts b/web/src/client/components/notification-status.ts index f4b684bf..2975d07e 100644 --- a/web/src/client/components/notification-status.ts +++ b/web/src/client/components/notification-status.ts @@ -114,15 +114,6 @@ export class NotificationStatus extends LitElement { title="${tooltip}" > ${this.renderIcon()} - - - ${this.permission === 'default' && this.isSupported - ? html` - - ` - : ''} `; }