forked from Shinonome/dots-hyprland
remove unused func
This commit is contained in:
@@ -38,10 +38,6 @@ function guessMessageType(summary) {
|
|||||||
return 'chat';
|
return 'chat';
|
||||||
}
|
}
|
||||||
|
|
||||||
function exists(widget) {
|
|
||||||
return widget !== null;
|
|
||||||
}
|
|
||||||
|
|
||||||
function processNotificationBody(body, appEntry) {
|
function processNotificationBody(body, appEntry) {
|
||||||
// Only process Chrome/Chromium notifications
|
// Only process Chrome/Chromium notifications
|
||||||
if (appEntry?.toLowerCase().includes('chrome')) {
|
if (appEntry?.toLowerCase().includes('chrome')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user