1099 QCoreApplication.translate("UF2FlashDialog", "Flash UF2 Device"), |
1099 QCoreApplication.translate("UF2FlashDialog", "Flash UF2 Device"), |
1100 QCoreApplication.translate( |
1100 QCoreApplication.translate( |
1101 "UF2FlashDialog", "Select the Boot Volume of the device:" |
1101 "UF2FlashDialog", "Select the Boot Volume of the device:" |
1102 ), |
1102 ), |
1103 list(foundBootVolumes), |
1103 list(foundBootVolumes), |
1104 0, True, |
1104 0, |
|
1105 True, |
1105 ) |
1106 ) |
1106 selectedVolume = result if ok else "" |
1107 selectedVolume = result if ok else "" |
1107 |
1108 |
1108 self.bootPicker.setText(selectedVolume) |
1109 self.bootPicker.setText(selectedVolume) |