Skip to content

Commit

Permalink
add qml dev selector
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 11, 2024
1 parent b92abfb commit ca85eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ApplicationWindow {
for (var i = 0; i < dongleList.length; i++) {
comboBoxModel.append({text: dongleList[i]});
}
comboBox.currentIndex = 0; // Set default selection
selectDev.currentIndex = 0; // Set default selection
}
}
currentIndex: 0
Expand Down

0 comments on commit ca85eea

Please sign in to comment.