mirror of
https://github.com/Yuvi9587/Kemono-Downloader.git
synced 2025-12-29 16:14:44 +00:00
Update main.py
This commit is contained in:
4
main.py
4
main.py
@@ -2506,7 +2506,9 @@ class DownloaderApp(QWidget):
|
|||||||
is_only_archives = self.radio_only_archives and self.radio_only_archives.isChecked()
|
is_only_archives = self.radio_only_archives and self.radio_only_archives.isChecked()
|
||||||
is_only_audio = hasattr(self, 'radio_only_audio') and self.radio_only_audio.isChecked()
|
is_only_audio = hasattr(self, 'radio_only_audio') and self.radio_only_audio.isChecked()
|
||||||
|
|
||||||
can_enable_subfolder_per_post_checkbox = not is_only_links and not is_only_archives and not is_only_audio
|
# "Subfolder per Post" can be enabled if it's not "Only Links" and not "Only Archives".
|
||||||
|
# This means it CAN be enabled for "All", "Images/GIFs", "Videos", and "Only Audio" modes.
|
||||||
|
can_enable_subfolder_per_post_checkbox = not is_only_links and not is_only_archives
|
||||||
|
|
||||||
if self.use_subfolder_per_post_checkbox:
|
if self.use_subfolder_per_post_checkbox:
|
||||||
self.use_subfolder_per_post_checkbox.setEnabled(can_enable_subfolder_per_post_checkbox)
|
self.use_subfolder_per_post_checkbox.setEnabled(can_enable_subfolder_per_post_checkbox)
|
||||||
|
|||||||
Reference in New Issue
Block a user