notification: don't use markup
Markup causes errors
This commit is contained in:
parent
420171ed93
commit
d4bc255cdb
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ export default class Notification extends Widget.Box {
|
||||||
xalign={0}
|
xalign={0}
|
||||||
label={popup ? notification.body.split("\n")[0] : notification.body}
|
label={popup ? notification.body.split("\n")[0] : notification.body}
|
||||||
wrap
|
wrap
|
||||||
useMarkup
|
|
||||||
lines={popup ? 1 : -1}
|
lines={popup ? 1 : -1}
|
||||||
truncate={popup}
|
truncate={popup}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue