Update main_window.py

This commit is contained in:
Yuvi9587
2025-07-10 10:01:29 -07:00
committed by GitHub
parent fa198c41c1
commit 13c8380cca

View File

@@ -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
self .is_cancelled =True