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