Stop pester in console when changing rooms regarding missing authors.

This commit is contained in:
James Graham
2026-02-20 17:09:04 +00:00
committed by Tobias Fella
parent b0dce5fd0a
commit 5f0f9135fe

View File

@@ -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