diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/notification.tsx | 1 |
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} /> |