fix weird bold font in some places

This commit is contained in:
end-4
2025-05-29 22:13:18 +02:00
parent 9cbbaff170
commit 96282c4390
5 changed files with 1 additions and 5 deletions
@@ -146,7 +146,6 @@ Rectangle {
Layout.fillWidth: true
elide: Text.ElideRight
font.pixelSize: Appearance.font.pixelSize.normal
font.weight: Font.DemiBold
color: Appearance.m3colors.m3onSecondaryContainer
text: messageData?.role == 'assistant' ? Ai.models[messageData?.model].name :
(messageData?.role == 'user' && SystemInfo.username) ? SystemInfo.username :