mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 21:09:57 -05:00
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