--- a/PipxInterface/PipxAppStartDialog.py Mon Sep 02 14:17:45 2024 +0200 +++ b/PipxInterface/PipxAppStartDialog.py Tue Sep 03 15:33:34 2024 +0200 @@ -47,6 +47,8 @@ self.workdirPicker.setMode(EricPathPickerModes.DIRECTORY_MODE) self.workdirPicker.setInsertPolicy(QComboBox.InsertPolicy.InsertAtTop) + self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel).setEnabled(False) + self.__plugin = plugin self.__process = None