fix(ags notif): don't use markup
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-27 15:30:45 -05:00
parent cc189d6f64
commit 8a835e88e4

View file

@ -147,7 +147,6 @@ export const Notification = ({
truncate
wrap
label={notifObj.summary}
use_markup={notifObj.summary.startsWith('<')}
/>
{/* Time */}
@ -178,7 +177,6 @@ export const Notification = ({
<label
className="description"
hexpand
use_markup
xalign={0}
label={notifObj.body}
wrap