diff --git a/src/antares_web_installer/gui/widgets/frame.py b/src/antares_web_installer/gui/widgets/frame.py index e7234e9..9bd42a9 100644 --- a/src/antares_web_installer/gui/widgets/frame.py +++ b/src/antares_web_installer/gui/widgets/frame.py @@ -280,5 +280,5 @@ def __init__(self, master: tk.Misc, window: "WizardView", *args, **kwargs): style="Description.TLabel", ).pack(side="top", fill="x") - self.control_btn = ControlFrame(parent=self, window=window, finish_btn=True) + self.control_btn = ControlFrame(parent=self, window=window, cancel_btn=False, finish_btn=True) self.control_btn.pack(side="bottom", fill="x")