notif filter: remove redundant "edge"

This commit is contained in:
end-4
2025-06-13 23:00:59 +02:00
committed by GitHub
parent 2e472450c5
commit c96f2f5eb4
@@ -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))) {