diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index 0bb9a0a..3d2e40e 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -279,6 +279,8 @@ class GeneralTab(TabPanel): self.shutdown_checkbox = self.crt_checkbox("Shutdown") self.sudo_textctrl = self.crt_textctrl(wx.TE_PASSWORD) + self.confirm_exit_checkbox.Disable() + self._set_layout() def _set_layout(self):