notification: don't use markup

Markup causes errors
This commit is contained in:
2 * r + 2 * t 2025-02-25 20:08:19 +11:00
parent 420171ed93
commit d4bc255cdb

View file

@ -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}
/>