mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
ai chat: smaller name
This commit is contained in:
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user