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