summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-25 20:08:19 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-25 20:08:19 +1100
commitd4bc255cdb9657b5179f2b925b7d26f3f592a05c (patch)
tree73383e11c9210eb06d5a03bba2a1ebcbc60d3101 /src/widgets
parentscheme: use success/error colours (diff)
downloadcaelestia-shell-d4bc255cdb9657b5179f2b925b7d26f3f592a05c.tar.gz
caelestia-shell-d4bc255cdb9657b5179f2b925b7d26f3f592a05c.tar.bz2
caelestia-shell-d4bc255cdb9657b5179f2b925b7d26f3f592a05c.zip
notification: don't use markup
Markup causes errors
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/notification.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/notification.tsx b/src/widgets/notification.tsx
index d076861..1048826 100644
--- a/src/widgets/notification.tsx
+++ b/src/widgets/notification.tsx
@@ -103,7 +103,6 @@ export default class Notification extends Widget.Box {
xalign={0}
label={popup ? notification.body.split("\n")[0] : notification.body}
wrap
- useMarkup
lines={popup ? 1 : -1}
truncate={popup}
/>