fix some undefined warnings

This commit is contained in:
end-4
2025-11-05 00:40:34 +01:00
parent 0e7422c335
commit ba6fba447a
2 changed files with 2 additions and 2 deletions
@@ -159,7 +159,7 @@ ColumnLayout {
selectedTextColor: Appearance.m3colors.m3onSecondaryContainer
selectionColor: Appearance.colors.colSecondaryContainer
wrapMode: TextEdit.Wrap
color: messageData.thinking ? Appearance.colors.colSubtext : Appearance.colors.colOnLayer1
color: root.messageData?.thinking ? Appearance.colors.colSubtext : Appearance.colors.colOnLayer1
textFormat: renderMarkdown ? TextEdit.MarkdownText : TextEdit.PlainText
text: modelData