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) {
|
if (appName) {
|
||||||
const lowerApp = appName.toLowerCase()
|
const lowerApp = appName.toLowerCase()
|
||||||
const chromiumBrowsers = [
|
const chromiumBrowsers = [
|
||||||
"brave", "chrome", "chromium", "vivaldi", "opera", "microsoft edge", "edge"
|
"brave", "chrome", "chromium", "vivaldi", "opera", "microsoft edge"
|
||||||
]
|
]
|
||||||
|
|
||||||
if (chromiumBrowsers.some(name => lowerApp.includes(name))) {
|
if (chromiumBrowsers.some(name => lowerApp.includes(name))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user