fix(ags notif): don't use markup
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cc189d6f64
commit
8a835e88e4
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue