--- a/PipxInterface/PipxPackagesInputDialog.py Sun Oct 20 12:11:04 2024 +0200 +++ b/PipxInterface/PipxPackagesInputDialog.py Sat Oct 26 17:02:15 2024 +0200 @@ -19,14 +19,12 @@ options. """ - def __init__(self, title, install=True, parent=None): + def __init__(self, title, parent=None): """ Constructor @param title dialog title @type str - @param install flag indicating an install action - @type bool @param parent reference to the parent widget @type QWidget """