diff --git a/src/widgets/notification.tsx b/src/widgets/notification.tsx index d0768614..1048826c 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} />