PipxInterface/PipxSpecInputDialog.py

changeset 13
e0359a1339fe
parent 10
89e0e6e5ca7a
child 104
45c88e73e3dd
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()

eric ide

mercurial