From d4bc255cdb9657b5179f2b925b7d26f3f592a05c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:08:19 +1100 Subject: notification: don't use markup Markup causes errors --- src/widgets/notification.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets') 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} /> -- cgit v1.2.3-freya