Skip to content

Commit

Permalink
DVCC: prefer to show BMS custom name over product name
Browse files Browse the repository at this point in the history
  • Loading branch information
blammit committed Feb 21, 2025
1 parent bc746d9 commit b8a6d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/PageSettingsDvcc.qml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Page {
text: qsTrId("settings_dvcc_auto_selected")
preferredVisible: bmsOptions.preferredVisible && bmsOptions.currentValue === -1
secondaryText: bmsService.isValid
? bmsProductName.value || bmsCustomName.value || ""
? bmsCustomName.value || bmsProductName.value || ""
//: Indicates no option is selected
//% "None"
: qsTrId("settings_dvcc_auto_selected_none")
Expand Down

0 comments on commit b8a6d9f

Please sign in to comment.