diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 23:58:50 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-10 23:58:50 +1000 |
| commit | 69c9eba3f505bc044b2ffe53afb828492611b85a (patch) | |
| tree | 59aa623109c3db3ac1cc1a53dc713fb79b94f5e9 /modules/notifications/Notification.qml | |
| parent | notifs: optional action on click (diff) | |
| download | caelestia-shell-69c9eba3f505bc044b2ffe53afb828492611b85a.tar.gz caelestia-shell-69c9eba3f505bc044b2ffe53afb828492611b85a.tar.bz2 caelestia-shell-69c9eba3f505bc044b2ffe53afb828492611b85a.zip | |
notif: allow markdown in body
Diffstat (limited to 'modules/notifications/Notification.qml')
| -rw-r--r-- | modules/notifications/Notification.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index cb067f9..c8516d3 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -353,6 +353,7 @@ StyledRect { anchors.rightMargin: Appearance.spacing.small animate: true + textFormat: Text.MarkdownText text: bodyPreviewMetrics.elidedText color: Colours.palette.m3onSurfaceVariant font.pointSize: Appearance.font.size.small @@ -383,6 +384,7 @@ StyledRect { anchors.rightMargin: Appearance.spacing.small animate: true + textFormat: Text.MarkdownText text: root.modelData.body color: Colours.palette.m3onSurfaceVariant font.pointSize: Appearance.font.size.small |