mirror of
https://github.com/Yuvi9587/Kemono-Downloader.git
synced 2025-12-29 16:14:44 +00:00
Update main_window.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user