From 13c8380ccab48cbd8a6e882e7e107522be508ffb Mon Sep 17 00:00:00 2001 From: Yuvi9587 <114073886+Yuvi9587@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:01:29 -0700 Subject: [PATCH] Update main_window.py --- src/ui/main_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/main_window.py b/src/ui/main_window.py index 46c9911..228a5a8 100644 --- a/src/ui/main_window.py +++ b/src/ui/main_window.py @@ -127,7 +127,7 @@ class DownloaderApp (QWidget ): self.log_signal.emit(f"ℹ️ App base directory: {self.app_base_dir}") self.log_signal.emit(f"ℹ️ Persistent history file path set to: {self.persistent_history_file}") - # --- The rest of your __init__ method continues from here --- + # --- The rest of __init__ method continues from here --- self.last_downloaded_files_details = deque(maxlen=3) self.download_history_candidates = deque(maxlen=8) self.final_download_history_entries = [] @@ -5579,4 +5579,4 @@ class ExternalLinkDownloadThread (QThread ): self .finished_signal .emit () def cancel (self ): - self .is_cancelled =True \ No newline at end of file + self .is_cancelled =True