--- a/PipxInterface/PipxSpecInputDialog.py Wed Jun 26 18:40:48 2024 +0200 +++ b/PipxInterface/PipxSpecInputDialog.py Thu Jun 27 15:42:50 2024 +0200 @@ -36,6 +36,7 @@ self.setWindowTitle(title) self.specFilePicker.setMode(EricPathPickerModes.OPEN_FILE_MODE) + self.specFilePicker.setFilters(self.tr("JSON Files (*.json);;All Files (*)")) self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False)