mirror of
https://github.com/Yuvi9587/Kemono-Downloader.git
synced 2025-12-29 16:14:44 +00:00
main.py
This commit is contained in:
8
main.py
8
main.py
@@ -6882,14 +6882,6 @@ class DownloaderApp (QWidget ):
|
|||||||
creator_folder_ignore_words_for_run =None
|
creator_folder_ignore_words_for_run =None
|
||||||
is_full_creator_download =not post_id_from_url
|
is_full_creator_download =not post_id_from_url
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if compress_images and Image is None :
|
if compress_images and Image is None :
|
||||||
QMessageBox .warning (self ,"Missing Dependency","Pillow library (for image compression) not found. Compression will be disabled.")
|
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 )
|
compress_images =False ;self .compress_images_checkbox .setChecked (False )
|
||||||
|
|||||||
Reference in New Issue
Block a user