We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ee0137 + 799e4f6 commit 9b56904Copy full SHA for 9b56904
qml/ui/widgets/RCRssiWidget.qml
@@ -312,7 +312,7 @@ BaseWidget {
312
id: percent_symbol
313
color: settings.color_text
314
opacity: settings.rc_rssi_opacity
315
- text: is_valid_rssi() ? qStr("%") : qsTr("")
+ text: is_valid_rssi() ? qsTr("%") : qsTr("")
316
anchors.right: rcRSSI_21to40.left
317
anchors.rightMargin: 0
318
anchors.top: parent.top
@@ -330,7 +330,7 @@ BaseWidget {
330
id: rc_rssi
331
332
333
- text: is_valid_rssi() ? qsTr(rc_rssi_percentage) : qsTr("N/A")
+ text: is_valid_rssi() ? rc_rssi_percentage : qsTr("N/A")
334
anchors.right: percent_symbol.left
335
anchors.rightMargin: 2
336
0 commit comments