From c96f2f5eb4244dcf8621297d6c4fcf7408a976e9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:00:59 +0200 Subject: [PATCH] notif filter: remove redundant "edge" --- .config/quickshell/modules/common/widgets/NotificationItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/widgets/NotificationItem.qml b/.config/quickshell/modules/common/widgets/NotificationItem.qml index 4622fcde3..d1cf51351 100644 --- a/.config/quickshell/modules/common/widgets/NotificationItem.qml +++ b/.config/quickshell/modules/common/widgets/NotificationItem.qml @@ -42,7 +42,7 @@ Item { // Notification item area if (appName) { const lowerApp = appName.toLowerCase() const chromiumBrowsers = [ - "brave", "chrome", "chromium", "vivaldi", "opera", "microsoft edge", "edge" + "brave", "chrome", "chromium", "vivaldi", "opera", "microsoft edge" ] if (chromiumBrowsers.some(name => lowerApp.includes(name))) {