From e6c7b6572c70f333ce10c6a44dd91c89296bdef5 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 22 Jan 2024 22:55:13 +0300 Subject: [PATCH] minor clean --- app/ui/settings_dialog.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/ui/settings_dialog.py b/app/ui/settings_dialog.py index c8755522..cfc90647 100644 --- a/app/ui/settings_dialog.py +++ b/app/ui/settings_dialog.py @@ -53,7 +53,6 @@ class SettingsDialog: "on_force_bq_name": self.on_force_bq_name, "on_http_mode_switch": self.on_http_mode_switch, "on_experimental_switch": self.on_experimental_switch, - "on_yt_dl_switch": self.on_yt_dl_switch, "on_default_path_mode_switch": self.on_default_path_mode_switch, "on_profile_add": self.on_profile_add, "on_profile_edit": self.on_profile_edit, @@ -510,9 +509,6 @@ class SettingsDialog: else: self.on_info_bar_close() - def on_yt_dl_switch(self, switch, state): - self.show_info_message("Not implemented yet!", Gtk.MessageType.WARNING) - def on_default_path_mode_switch(self, switch, state): self._use_common_picon_path_switch.set_active(False) if state else None