Skip to content

Commit e9ba767

Browse files
committed
DVCC: prefer to show BMS custom name over product name
1 parent 4761dd7 commit e9ba767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/settings/PageSettingsDvcc.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Page {
185185
text: qsTrId("settings_dvcc_auto_selected")
186186
preferredVisible: bmsOptions.preferredVisible && bmsOptions.currentValue === -1
187187
secondaryText: bmsService.isValid
188-
? bmsProductName.value || bmsCustomName.value || ""
188+
? bmsCustomName.value || bmsProductName.value || ""
189189
//: Indicates no option is selected
190190
//% "None"
191191
: qsTrId("settings_dvcc_auto_selected_none")

0 commit comments

Comments
 (0)