mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
ai chat: smaller name
This commit is contained in:
parent
98647d11f3
commit
8ff520e7ec
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ Item {
|
|||
ListView { // Message list
|
||||
id: messageListView
|
||||
anchors.fill: parent
|
||||
|
||||
|
||||
property int lastResponseLength: 0
|
||||
|
||||
clip: true
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ Rectangle {
|
|||
StyledText {
|
||||
id: providerName
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
font.pixelSize: Appearance.font.pixelSize.large
|
||||
font.pixelSize: Appearance.font.pixelSize.normal
|
||||
font.weight: Font.DemiBold
|
||||
color: Appearance.m3colors.m3onSecondaryContainer
|
||||
text: messageData.role == 'assistant' ? Ai.models[messageData.model].name :
|
||||
|
|
|
|||
Loading…
Reference in a new issue