We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4761dd7 commit e9ba767Copy full SHA for e9ba767
pages/settings/PageSettingsDvcc.qml
@@ -185,7 +185,7 @@ Page {
185
text: qsTrId("settings_dvcc_auto_selected")
186
preferredVisible: bmsOptions.preferredVisible && bmsOptions.currentValue === -1
187
secondaryText: bmsService.isValid
188
- ? bmsProductName.value || bmsCustomName.value || ""
+ ? bmsCustomName.value || bmsProductName.value || ""
189
//: Indicates no option is selected
190
//% "None"
191
: qsTrId("settings_dvcc_auto_selected_none")
0 commit comments