mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix(browser): Fix favorite preview for malformed names
Avoid breaking visualization by diabling HTML processing in the BookmarkButton updates: #4961
This commit is contained in:
parent
09600ed7f4
commit
b21a8df418
@ -58,6 +58,7 @@ Item {
|
|||||||
anchors.topMargin: Style.current.halfPadding
|
anchors.topMargin: Style.current.halfPadding
|
||||||
maximumLineCount: 2
|
maximumLineCount: 2
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
textFormat: Text.PlainText
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user