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 {
|
||||
id: nameButton
|
||||
|
||||
text: root.author.disambiguatedName
|
||||
color: root.author.color
|
||||
text: root.author?.disambiguatedName ?? ""
|
||||
color: root.author?.color ?? ""
|
||||
textFormat: Text.PlainText
|
||||
font.weight: Font.Bold
|
||||
elide: Text.ElideRight
|
||||
|
||||
Reference in New Issue
Block a user