--- a/PipxInterface/PipxPackagesInputDialog.py Thu Jun 27 17:50:51 2024 +0200 +++ b/PipxInterface/PipxPackagesInputDialog.py Thu Jun 27 17:54:24 2024 +0200 @@ -35,6 +35,8 @@ self.setWindowTitle(title) + self.fetchMissingCheckBox.setChecked(True) + self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False) msh = self.minimumSizeHint()