PipxInterface/PipxAppStartDialog.py

changeset 69
b46e8595155a
parent 9
2ab7d3ac8283
child 104
45c88e73e3dd
--- 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

eric ide

mercurial