This commit is contained in:
Yuvi9587
2025-06-24 18:15:58 +01:00
committed by GitHub
parent 69ddc2ca08
commit c23f18be6d

10
main.py
View File

@@ -6882,14 +6882,6 @@ class DownloaderApp (QWidget ):
creator_folder_ignore_words_for_run =None
is_full_creator_download =not post_id_from_url
if compress_images and Image is None :
QMessageBox .warning (self ,"Missing Dependency","Pillow library (for image compression) not found. Compression will be disabled.")
compress_images =False ;self .compress_images_checkbox .setChecked (False )
@@ -8948,4 +8940,4 @@ if __name__ =='__main__':
print ("--- CRITICAL APPLICATION ERROR ---")
print (f"An unhandled exception occurred: {e }")
traceback .print_exc ()
print ("--- END CRITICAL ERROR ---")
print ("--- END CRITICAL ERROR ---")