mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-17 20:44:32 -04:00
feat: Additional marker for user message in chat
This commit is contained in:
@ -96,8 +96,7 @@ ChatRootView {
|
||||
width: ListView.view.width - scroll.width
|
||||
msgModel: root.chatModel.processMessageContent(model.content)
|
||||
messageAttachments: model.attachments
|
||||
color: model.roleType === ChatModel.User ? palette.alternateBase
|
||||
: palette.base
|
||||
isUserMessage: model.roleType === ChatModel.User
|
||||
}
|
||||
|
||||
header: Item {
|
||||
|
Reference in New Issue
Block a user