summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
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}
/>