Report the actual device we're using.

This commit is contained in:
Adam Treat
2023-09-14 08:25:37 -04:00
parent cf4eb530ce
commit 1fa67a585c
5 changed files with 20 additions and 1 deletions

View File

@@ -1013,7 +1013,7 @@ Window {
anchors.rightMargin: 30
color: theme.mutedTextColor
visible: currentChat.tokenSpeed !== ""
text: qsTr("Speed: ") + currentChat.tokenSpeed + "<br>" + qsTr("Device: ") + MySettings.device
text: qsTr("Speed: ") + currentChat.tokenSpeed + "<br>" + qsTr("Device: ") + currentChat.device
font.pixelSize: theme.fontSizeLarge
}