Fix up the name and formatting.

pull/1417/head
Adam Treat 10 months ago
parent 358ff2a477
commit 86e862df7e

@ -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
}

Loading…
Cancel
Save