forked from Shinonome/dots-hyprland
notif filter: remove redundant "edge"
This commit is contained in:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user