From 47677c20dc06c6e43a22c819817d8610d2c54e4f Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 5 Feb 2026 22:17:37 +0100 Subject: [PATCH] text styling --- Modules/Notifications/Sidebar/Notif.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Notifications/Sidebar/Notif.qml b/Modules/Notifications/Sidebar/Notif.qml index f4b64ee..5ef7a42 100644 --- a/Modules/Notifications/Sidebar/Notif.qml +++ b/Modules/Notifications/Sidebar/Notif.qml @@ -89,6 +89,7 @@ CustomRect { anchors.leftMargin: 7 sourceComponent: CustomText { + textFormat: Text.StyledText text: root.modelData.body.replace(/\n/g, " ") color: root.modelData.urgency === "critical" ? DynamicColors.palette.m3secondary : DynamicColors.palette.m3outline elide: Text.ElideRight