Stop pester in console when changing rooms regarding missing authors.
This commit is contained in:
committed by
Tobias Fella
parent
b0dce5fd0a
commit
5f0f9135fe
@@ -41,8 +41,8 @@ RowLayout {
|
|||||||
QQC2.Label {
|
QQC2.Label {
|
||||||
id: nameButton
|
id: nameButton
|
||||||
|
|
||||||
text: root.author.disambiguatedName
|
text: root.author?.disambiguatedName ?? ""
|
||||||
color: root.author.color
|
color: root.author?.color ?? ""
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.PlainText
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
|||||||
Reference in New Issue
Block a user