diff --git a/gui.py b/gui.py index 573d2f3..888d9a5 100644 --- a/gui.py +++ b/gui.py @@ -48,7 +48,7 @@ class VideoConverterGUI: self.progress.set(0) # --- Mode Switch (packed into main_frame) --- - self.mode_switch = customtkinter.CTkSwitch(self.main_frame, command=self.toggle_mode) + self.mode_switch = customtkinter.CTkSwitch(self.main_frame, text="", command=self.toggle_mode) self.mode_switch.pack(pady=10, padx=20, anchor="w") self.mode_switch.select()