diff --git a/.config/quickshell/modules/common/widgets/NotificationItem.qml b/.config/quickshell/modules/common/widgets/NotificationItem.qml
index 47e7cdee2..4622fcde3 100644
--- a/.config/quickshell/modules/common/widgets/NotificationItem.qml
+++ b/.config/quickshell/modules/common/widgets/NotificationItem.qml
@@ -38,11 +38,19 @@ Item { // Notification item area
function processNotificationBody(body, appName) {
let processedBody = body
- // Handle Brave/Chrome notifications - remove first line
- if (appName && appName.toLowerCase().includes('brave')) {
- const lines = body.split('\n\n')
- if (lines.length > 1 && lines[0].startsWith(' lowerApp.includes(name))) {
+ const lines = body.split('\n\n')
+
+ if (lines.length > 1 && lines[0].startsWith('")
}
}
}