Skip to content

Commit

Permalink
Fix up the name and formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Sep 13, 2023
1 parent 358ff2a commit 86e862d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions gpt4all-chat/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,19 +1012,8 @@ Window {
anchors.right: parent.right
anchors.rightMargin: 30
color: theme.mutedTextColor
visible: speed.text !== ""
text: 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
visible: currentChat.tokenSpeed !== ""
text: qsTr("Speed: ") + currentChat.tokenSpeed + "<br>" + qsTr("Device: ") + MySettings.device
font.pixelSize: theme.fontSizeLarge
}

Expand Down

0 comments on commit 86e862d

Please sign in to comment.