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