diff -r a09f763d5e1f -r e0359a1339fe PipxInterface/PipxSpecInputDialog.py --- a/PipxInterface/PipxSpecInputDialog.py Thu Jun 27 17:50:51 2024 +0200 +++ b/PipxInterface/PipxSpecInputDialog.py Thu Jun 27 17:54:24 2024 +0200 @@ -35,9 +35,12 @@ self.setupUi(self) self.setWindowTitle(title) + self.specFilePicker.setMode(EricPathPickerModes.OPEN_FILE_MODE) self.specFilePicker.setFilters(self.tr("JSON Files (*.json);;All Files (*)")) + self.fetchMissingCheckBox.setChecked(True) + self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False) msh = self.minimumSizeHint()