mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-07 12:31:48 +00:00
Fix up the name and formatting.
This commit is contained in:
parent
358ff2a477
commit
86e862df7e
@ -1012,19 +1012,8 @@ Window {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 30
|
anchors.rightMargin: 30
|
||||||
color: theme.mutedTextColor
|
color: theme.mutedTextColor
|
||||||
visible: speed.text !== ""
|
visible: currentChat.tokenSpeed !== ""
|
||||||
text: MySettings.device
|
text: qsTr("Speed: ") + currentChat.tokenSpeed + "<br>" + qsTr("Device: ") + MySettings.device
|
||||||
font.pixelSize: theme.fontSizeLarge - 1
|
|
||||||
}
|
|
||||||
|
|
||||||
Text {
|
|
||||||
id: speed
|
|
||||||
anchors.bottom: device.bottom
|
|
||||||
anchors.bottomMargin: 20
|
|
||||||
anchors.right: parent.right
|
|
||||||
anchors.rightMargin: 30
|
|
||||||
color: theme.mutedTextColor
|
|
||||||
text: currentChat.tokenSpeed
|
|
||||||
font.pixelSize: theme.fontSizeLarge
|
font.pixelSize: theme.fontSizeLarge
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user